diff options
-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 c54faf8f..8c076a93 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)" |