no habia sustituido bien
This commit is contained in:
+1
-1
@@ -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
@@ -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="$?"
|
||||
|
||||
Reference in New Issue
Block a user