diff options
author | Leif Johansson <leifj@sunet.se> | 2017-03-10 08:58:09 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2017-03-10 08:58:09 +0100 |
commit | fdb832b68efa9deb632ac6a3683769516c3719d0 (patch) | |
tree | 5952e942689fc6996c03024f9f2c4c4c45630d38 /scripts/update-cron.sh | |
parent | 32f1efc1bf681ed6b909938c9cc698726a75f0ef (diff) |
temporarily allow update to proceed
Diffstat (limited to 'scripts/update-cron.sh')
-rwxr-xr-x | scripts/update-cron.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-cron.sh b/scripts/update-cron.sh index 6f5925ef..c18a7639 100755 --- a/scripts/update-cron.sh +++ b/scripts/update-cron.sh @@ -7,7 +7,7 @@ update() echo echo "make aggregate" - make aggregate || return $? + make aggregate # || return $? echo echo "make (2007)" |