Skip to content

Commit 2f1df95

Browse files
remove pipefail
1 parent cbb992c commit 2f1df95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Installer for PVESciptslocal with systemd integration
44
# ------------------------------------------------------------------------------
55

6-
set -euo pipefail
6+
77

88
# --- Core ---------------------------------------------------------------------
99
RD=$(echo -e "\033[01;31m")
@@ -136,3 +136,4 @@ main() {
136136
}
137137

138138
main "$@"
139+

0 commit comments

Comments
 (0)