remove pipefail

This commit is contained in:
Michel Roegl-Brunner
2025-09-17 16:39:39 +02:00
committed by GitHub
parent cbb992cdd3
commit 2f1df95d90

View File

@@ -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 "$@"