From 2f1df95d908c09f2301bfa177d33d08ec63aef8d Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com> Date: Wed, 17 Sep 2025 16:39:39 +0200 Subject: [PATCH] remove pipefail --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 63e946a..63676df 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # Installer for PVESciptslocal with systemd integration # ------------------------------------------------------------------------------ -set -euo pipefail + # --- Core --------------------------------------------------------------------- RD=$(echo -e "\033[01;31m") @@ -136,3 +136,4 @@ main() { } main "$@" +