From 472032908473ef3c0941942549b3e5e111b4d56c Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Wed, 8 Apr 2020 18:10:54 +0200 Subject: [PATCH] (fix) packweb-apache: Fix a regression introduced by bd63e7037f6cc5d38e5335dac5856432e513f4ba --- packweb-apache/files/phpContainer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;