Update run-crons.sh

Fixes #89
This commit is contained in:
Sebastian Grewe 2013-06-02 18:41:45 +03:00
parent 64e1177326
commit 2efc7a647d

View File

@ -69,3 +69,6 @@ for cron in $CRONS; do
[[ $VERBOSE == 1 ]] && echo "Running $cron, see output below for details"
$PHP_BIN $cron $CRONARGS
done
# Remove pidfile
rm -f $PIDFILE