Skip to content
Snippets Groups Projects
Commit 1f420748 authored by Thom's avatar Thom :tools:
Browse files

Use variable for PHP location (Backport from !711)

parent 98ba3c40
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then ...@@ -10,7 +10,7 @@ if [ -f /usr/local/ispconfig/server/lib/php.ini ]; then
fi fi
cd /usr/local/ispconfig/server cd /usr/local/ispconfig/server
/usr/bin/php -q \ $(which php) -q \
-d disable_classes= \ -d disable_classes= \
-d disable_functions= \ -d disable_functions= \
-d open_basedir= \ -d open_basedir= \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment