diff --git a/ct/alpine-gitea.sh b/ct/alpine-gitea.sh index 8062438..ec85eff 100644 --- a/ct/alpine-gitea.sh +++ b/ct/alpine-gitea.sh @@ -33,6 +33,8 @@ function update_script() { msg_info "Restarting Gitea" $STD rc-service gitea restart msg_ok "Restarted Gitea" + + exit 0 } start diff --git a/misc/build.func b/misc/build.func index 0ea9cbf..64a3c31 100644 --- a/misc/build.func +++ b/misc/build.func @@ -12,7 +12,6 @@ variables() { DIAGNOSTICS="yes" # sets the DIAGNOSTICS variable to "yes", used for the API call. METHOD="default" # sets the METHOD variable to "default", used for the API call. RANDOM_UUID="$(cat /proc/sys/kernel/random/uuid)" # generates a random UUID and sets it to the RANDOM_UUID variable. - CT_TYPE="" # sets the CT_TYPE variable to an empty string. } source <(curl -s https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/misc/api.func) @@ -30,15 +29,13 @@ color() { # Formatting CL=$(echo "\033[m") - UL=$(echo "\033[4m") BOLD=$(echo "\033[1m") - BFR="\\r\\033[K" HOLD=" " TAB=" " # Icons CM="${TAB}✔️${TAB}" - CROSS="${TAB}✖️${TAB}" + CROSS="${TAB}✖️${TAB}${CL}" INFO="${TAB}💡${TAB}${CL}" OS="${TAB}🖥️${TAB}${CL}" OSVERSION="${TAB}🌟${TAB}${CL}"