mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-01 14:43: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:
parent
b82e988837
commit
3aee31007a
@ -17,7 +17,7 @@ function header_info() {
|
|||||||
/____/
|
/____/
|
||||||
EOF
|
EOF
|
||||||
}
|
}
|
||||||
|
set -eEuo pipefail
|
||||||
BL=$(echo "\033[36m")
|
BL=$(echo "\033[36m")
|
||||||
RD=$(echo "\033[01;31m")
|
RD=$(echo "\033[01;31m")
|
||||||
CM='\xE2\x9C\x94\033'
|
CM='\xE2\x9C\x94\033'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user