We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 00c5c51 + b683aeb commit f5706b9Copy full SHA for f5706b9
1 file changed
server/cron.sh
@@ -10,8 +10,9 @@ 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= \
17
/usr/local/ispconfig/server/cron.php
18
+
0 commit comments