Enhancing our multiphp-setup #97

Manually merged
lpoujol merged 22 commits from lpoujol/better-multiphp into unstable 2020-04-17 16:42:11 +02:00
Showing only changes of commit 4720329084 - Show all commits

View file

@ -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;