diff --git a/packweb-apache/files/phpContainer b/packweb-apache/files/phpContainer index 9c9425c1..0f634d6a 100644 --- a/packweb-apache/files/phpContainer +++ b/packweb-apache/files/phpContainer @@ -2,7 +2,7 @@ # If this script isn't run as root, then, re-run it with sudo. if [ "$EUID" -ne 0 ]; then - sudo $(readlink -f ${BASH_SOURCE[0]}) ${*@Q} + sudo $(readlink -f ${BASH_SOURCE[0]}) "$@" exit 0; fi;