diff options
-rwxr-xr-x | scripts/update-cron.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/update-cron.sh b/scripts/update-cron.sh index a3c1d13d..f00daa03 100755 --- a/scripts/update-cron.sh +++ b/scripts/update-cron.sh @@ -18,9 +18,9 @@ update() env SWAMID_MK_CONFIG=swamid2016.mk make || return $? echo - echo "make (2016 - test)" - env SWAMID_MK_CONFIG=swamid2016-test.mk make # Allow this to fail - echo + #echo "make (2016 - test)" + #env SWAMID_MK_CONFIG=swamid2016-test.mk make # Allow this to fail + #echo } cd /opt/swamid-metadata || exit 1 |