We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecd0e38 commit 07eb3efCopy full SHA for 07eb3ef
server/scripts/ispconfig_update.sh
@@ -20,7 +20,7 @@ then
20
then
21
cp -p ${n} ${n}.exec
22
chmod +x ${n}.exec
23
- exec ${n}.exec
+ exec ${n}.exec "$@"
24
else
25
# clean up tmp .exec file
26
if [ "$(basename ${0})" == "ispconfig_update.sh.exec" ]; then
@@ -31,7 +31,7 @@ then
31
-d disable_classes= \
32
-d disable_functions= \
33
-d open_basedir= \
34
- /usr/local/ispconfig/server/scripts/ispconfig_update.php
+ /usr/local/ispconfig/server/scripts/ispconfig_update.php "$@"
35
36
fi
37
0 commit comments