Skip to content

Commit f5706b9

Browse files
author
Till Brehm
committed
Merge branch 'patch-3' into 'master'
Update cron.sh See merge request ispconfig/ispconfig3!711
2 parents 00c5c51 + b683aeb commit f5706b9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

server/cron.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then
1010
fi
1111

1212
cd /usr/local/ispconfig/server
13-
/usr/bin/php -q \
13+
$(which php) -q \
1414
-d disable_classes= \
1515
-d disable_functions= \
1616
-d open_basedir= \
1717
/usr/local/ispconfig/server/cron.php
18+

0 commit comments

Comments
 (0)