no habia sustituido bien

This commit is contained in:
2025-04-09 11:36:38 +02:00
parent 691c9dc0a4
commit 0f305b28e1
295 changed files with 295 additions and 295 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ variables() {
RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)" # generates a random UUID and sets it to the RANDOM_UUID variable.
}
source <(https://docker.imqnavarra.com:3000/jjripaper/ProxmoxVE/raw/branch/main/misc/api.func)
curl -fsSL ttps://docker.imqnavarra.com:3000/jjripaper/ProxmoxVE/raw/branch/main/misc/api.func)
# This function sets various color variables using ANSI escape codes for formatting text in the terminal.
color() {
+1 -1
View File
@@ -68,7 +68,7 @@ catch_errors() {
# This function handles errors
error_handler() {
source <(https://docker.imqnavarra.com:3000/jjripaper/ProxmoxVE/raw/branch/main/misc/api.func)
curl -fsSL ttps://docker.imqnavarra.com:3000/jjripaper/ProxmoxVE/raw/branch/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="$?"