Compare commits

...

2 Commits

Author SHA1 Message Date
tteckster 3c515e9f8e
Update build.func
tweak
2024-01-13 21:11:58 -05:00
tteckster 242dfe8f73
Update haos-vm.sh
fixes https://github.com/tteck/Proxmox/issues/2338
2024-01-13 20:57:10 -05:00
2 changed files with 3 additions and 1 deletions

View File

@ -474,6 +474,7 @@ start() {
echo -e "⚠ User exited script \n"
exit
fi
SPINNER_PID=""
install_script
fi
@ -590,4 +591,4 @@ description() {
if [[ -f /etc/systemd/system/ping-instances.service ]]; then
systemctl start ping-instances.service
fi
}
}

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