Skip to content

Commit 8082c2f

Browse files
author
Till Brehm
committed
Merge branch '711-dev' into 'develop'
Use variable for PHP location (Backport from !711) See merge request ispconfig/ispconfig3!1159
2 parents 11a9160 + 1f42074 commit 8082c2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/cron.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ 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= \

0 commit comments

Comments
 (0)