diff --git a/deploy.sh b/deploy.sh index 48adfba..2790150 100755 --- a/deploy.sh +++ b/deploy.sh @@ -22,7 +22,7 @@ CONFIG_DIR="/etc/pipekit" SECRETS_FILE="$CONFIG_DIR/secrets.env" if [ "$EUID" -ne 0 ]; then - exec sudo -E "$0" "$@" + exec sudo -H -E "$0" "$@" fi echo "== pipekit deploy =="