Skip to content

Commit 38e538e

Browse files
author
Marius Burkard
committed
Merge branch '5828-force-update-not-working' into 'develop'
Resolve "force update not working" Closes #5828 See merge request ispconfig/ispconfig3!1278
2 parents b50e763 + 07eb3ef commit 38e538e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/scripts/ispconfig_update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ then
2020
then
2121
cp -p ${n} ${n}.exec
2222
chmod +x ${n}.exec
23-
exec ${n}.exec
23+
exec ${n}.exec "$@"
2424
else
2525
# clean up tmp .exec file
2626
if [ "$(basename ${0})" == "ispconfig_update.sh.exec" ]; then
@@ -31,7 +31,7 @@ then
3131
-d disable_classes= \
3232
-d disable_functions= \
3333
-d open_basedir= \
34-
/usr/local/ispconfig/server/scripts/ispconfig_update.php
34+
/usr/local/ispconfig/server/scripts/ispconfig_update.php "$@"
3535

3636
fi
3737
fi

0 commit comments

Comments
 (0)