test: update misc links

This commit is contained in:
Kyle Kroboth
2025-03-09 00:42:13 -05:00
parent 8d22ce9ba9
commit 5d189e5d60
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/community-scripts/ProxmoxVED/main/misc/api.func)
source <(wget -qLO - https://raw.githubusercontent.com/kkroboth/ProxmoxVED/refs/heads/lxc-fileflows/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="$?"