From d6a35ccfcf8ab0a300fc0f05de2dd0185b94b916 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 1 Dec 2024 23:24:22 -0600 Subject: [PATCH] set -u --- wayblue-fix-89.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wayblue-fix-89.sh b/wayblue-fix-89.sh index ea21ef8..e293621 100755 --- a/wayblue-fix-89.sh +++ b/wayblue-fix-89.sh @@ -24,8 +24,7 @@ # that the cause is this disparity and that it will be smoothed out when # systemd-sysusers next runs # -set -e -set -o pipefail +set -euo pipefail # Iterate over each file we're interested in for file in /etc/shadow /etc/gshadow; do