1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-01 11:23:08 +00:00

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.
This commit is contained in:
Manu 2025-04-28 15:46:01 +02:00 committed by GitHub
parent b82e988837
commit 3aee31007a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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'