diff options
author | Leif Johansson <leifj@sunet.se> | 2017-03-14 13:01:41 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2017-03-14 13:01:41 +0100 |
commit | c8a946c6a3edc8dccc97945579ab9f1bde1bdf50 (patch) | |
tree | 51250190c66c38a006eefab9688711603ea7d50c /scripts/update-cron.sh | |
parent | f499d98d4f2ff9aa3d6b6444f72de88e2878953f (diff) |
alt error handling
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 8c076a93..6f5925ef 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)" |