parent
64e1177326
commit
2efc7a647d
@ -69,3 +69,6 @@ for cron in $CRONS; do
|
|||||||
[[ $VERBOSE == 1 ]] && echo "Running $cron, see output below for details"
|
[[ $VERBOSE == 1 ]] && echo "Running $cron, see output below for details"
|
||||||
$PHP_BIN $cron $CRONARGS
|
$PHP_BIN $cron $CRONARGS
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Remove pidfile
|
||||||
|
rm -f $PIDFILE
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user