This commit is contained in:
CanbiZ 2025-03-28 12:43:34 +01:00
parent 8d8cd67fdd
commit b5d7d3d8f7
2 changed files with 3 additions and 4 deletions

View File

@ -33,6 +33,8 @@ function update_script() {
msg_info "Restarting Gitea"
$STD rc-service gitea restart
msg_ok "Restarted Gitea"
exit 0
}
start

View File

@ -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}"