Compare commits

..

No commits in common. "3c515e9f8e8e6a7982d6252acf5c077ac56739c0" and "8b340be22dbb66e1aecc593e454e079c52b728a2" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -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