Skip to content

Commit 07eb3ef

Browse files
author
Marius Burkard
committed
- pass all arguments to updater in ispconfig_update.sh, fixes #5828
1 parent ecd0e38 commit 07eb3ef

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)