From 3aee31007af3666b5131a8aa20bac10427b2b1ae Mon Sep 17 00:00:00 2001 From: Manu <209072369+PonyXplosion@users.noreply.github.com> Date: Mon, 28 Apr 2025 15:46:01 +0200 Subject: [PATCH] Update fstrim.sh (#4101) Shell option missing, needed to be able to NO/CANCEL the whiptail dialog box. Without it, the script the NO/CANCEL is without funktion and the script will proceed This shell option is used in the other scripts, but here it is missing. --- tools/pve/fstrim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pve/fstrim.sh b/tools/pve/fstrim.sh index 308ead01d..e31dc9479 100644 --- a/tools/pve/fstrim.sh +++ b/tools/pve/fstrim.sh @@ -17,7 +17,7 @@ function header_info() { /____/ EOF } - +set -eEuo pipefail BL=$(echo "\033[36m") RD=$(echo "\033[01;31m") CM='\xE2\x9C\x94\033'