Skip to content
Snippets Groups Projects
Commit 38e538ed authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch '5828-force-update-not-working' into 'develop'

Resolve "force update not working"

Closes #5828

See merge request ispconfig/ispconfig3!1278
parents b50e763f 07eb3ef8
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ then ...@@ -20,7 +20,7 @@ then
then then
cp -p ${n} ${n}.exec cp -p ${n} ${n}.exec
chmod +x ${n}.exec chmod +x ${n}.exec
exec ${n}.exec exec ${n}.exec "$@"
else else
# clean up tmp .exec file # clean up tmp .exec file
if [ "$(basename ${0})" == "ispconfig_update.sh.exec" ]; then if [ "$(basename ${0})" == "ispconfig_update.sh.exec" ]; then
...@@ -31,7 +31,7 @@ then ...@@ -31,7 +31,7 @@ then
-d disable_classes= \ -d disable_classes= \
-d disable_functions= \ -d disable_functions= \
-d open_basedir= \ -d open_basedir= \
/usr/local/ispconfig/server/scripts/ispconfig_update.php /usr/local/ispconfig/server/scripts/ispconfig_update.php "$@"
fi fi
fi fi
......
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