mirror of https://github.com/tteck/Proxmox.git
Compare commits
2 Commits
8b340be22d
...
3c515e9f8e
Author | SHA1 | Date |
---|---|---|
|
3c515e9f8e | |
|
242dfe8f73 |
|
@ -474,6 +474,7 @@ start() {
|
|||
echo -e "⚠ User exited script \n"
|
||||
exit
|
||||
fi
|
||||
SPINNER_PID=""
|
||||
install_script
|
||||
fi
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue