This commit is contained in:
Ivan Ilves 2017-05-27 09:59:14 +02:00
parent 118b9f4567
commit 0099035909

View File

@ -3,7 +3,7 @@
# Execute *before* doing anything
#
if [[ -f discover-routes ]]; then
if [[ "$(sha1sum discover-routes | cut -f1 -d' ')" == "246d9bbeded14ef58e5bc103af0f8c2e8b2e8cf2" ]]; then
if [[ "$(shasum discover-routes | cut -f1 -d' ')" == "246d9bbeded14ef58e5bc103af0f8c2e8b2e8cf2" ]]; then
echo "!!! Rewriting stale 'discover-routes' script"
cp discover-routes.aws.example discover-routes
fi