Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/dafa19a6086abb41d8c3f9656f26169ba2ef34b3?style=unified&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update build.func

Spinner update
pull/2860/head
tteckster 1 year ago committed by GitHub
parent bdb7126a38
commit dafa19a608
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -16,7 +16,7 @@ color() {
CM="${GN}✓${CL}"
CROSS="${RD}✗${CL}"
BFR="\\r\\033[K"
HOLD="-"
HOLD=" "
}
# This function enables error handling in the script by setting options and defining a trap for the ERR signal.
@ -38,11 +38,11 @@ error_handler() {
# This function displays a spinner.
spinner() {
local chars="/-\|"
local spin_i=0
printf "\e[?25l"
spinner="/-\\|/-\\|"
spin_i=0
while true; do
printf "\b%s" "${spinner:spin_i++%${#spinner}:1}"
printf "\r \e[36m%s\e[0m" "${chars:spin_i++%${#chars}:1}"
sleep 0.1
done
}

Loading…
Cancel
Save

Powered by BW's shoe-string budget.