diff options
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)" |