Update haos-vm.sh

fixes https://github.com/tteck/Proxmox/issues/2338
This commit is contained in:
tteckster 2024-01-13 20:57:10 -05:00 committed by GitHub
parent 8b340be22d
commit 242dfe8f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ HOLD="-"
CM="${GN}${CL}"
CROSS="${RD}${CL}"
THIN="discard=on,ssd=1,"
SPINNER_PID=""
set -Eeuo pipefail
trap 'error_handler $LINENO "$BASH_COMMAND"' ERR
trap cleanup EXIT