Skip to content

Commit

Permalink
Use variable for PHP location (Backport from !711)
Browse files Browse the repository at this point in the history
  • Loading branch information
thom committed Sep 13, 2020
1 parent 98ba3c4 commit 1f42074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/cron.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then
fi

cd /usr/local/ispconfig/server
/usr/bin/php -q \
$(which php) -q \
-d disable_classes= \
-d disable_functions= \
-d open_basedir= \
Expand Down

0 comments on commit 1f42074

Please sign in to comment.