mirror of https://github.com/tteck/Proxmox.git
Compare commits
No commits in common. "3c515e9f8e8e6a7982d6252acf5c077ac56739c0" and "8b340be22dbb66e1aecc593e454e079c52b728a2" have entirely different histories.
3c515e9f8e
...
8b340be22d
|
@ -474,7 +474,6 @@ start() {
|
|||
echo -e "⚠ User exited script \n"
|
||||
exit
|
||||
fi
|
||||
SPINNER_PID=""
|
||||
install_script
|
||||
fi
|
||||
|
||||
|
|
|
@ -37,7 +37,6 @@ 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