We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11a9160 + 1f42074 commit 8082c2fCopy full SHA for 8082c2f
1 file changed
server/cron.sh
@@ -10,7 +10,7 @@ if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then
10
fi
11
12
cd /usr/local/ispconfig/server
13
-/usr/bin/php -q \
+$(which php) -q \
14
-d disable_classes= \
15
-d disable_functions= \
16
-d open_basedir= \
0 commit comments