Temporary change of func paths for testing

This commit is contained in:
vhsdream
2025-03-06 18:01:42 -05:00
parent d7f05515bd
commit bf44096575
3 changed files with 10 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ catch_errors() {
# This function handles errors
error_handler() {
source <(wget -qLO - https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/api.func)
source <(wget -qLO - https://raw.githubusercontent.com/vhsdream/ProxmoxVE/refs/heads/hoarder-pdf/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="$?"