Revert "test: update misc links"

This reverts commit d567436579.
This commit is contained in:
Kyle Kroboth
2025-03-12 23:13:20 -04:00
parent c234f1bdab
commit a327ece6ce
2 changed files with 8 additions and 8 deletions

View File

@@ -68,7 +68,7 @@ catch_errors() {
# This function handles errors
error_handler() {
source <(wget -qLO - https://raw.githubusercontent.com/kkroboth/ProxmoxVED/refs/heads/lxc-fileflows/misc/api.func)
source <(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/api.func)
if [ -n "$SPINNER_PID" ] && ps -p $SPINNER_PID >/dev/null; then kill $SPINNER_PID >/dev/null; fi
printf "\e[?25h"
local exit_code="$?"