diff options
Diffstat (limited to 'scripts')
-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 b4aaf513..c54faf8f 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)" |