Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/2bfd58c92c1767c0cd51463b227e30476793f982?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -67,7 +67,7 @@ function update_container() {
alpine) pct exec " $container " -- ash -c "apk update && apk upgrade" ; ;
alpine) pct exec " $container " -- ash -c "apk update && apk upgrade" ; ;
archlinux) pct exec " $container " -- bash -c "pacman -Syyu --noconfirm" ; ;
archlinux) pct exec " $container " -- bash -c "pacman -Syyu --noconfirm" ; ;
fedora | rocky | centos | alma) pct exec " $container " -- bash -c "dnf -y update && dnf -y upgrade" ; ;
fedora | rocky | centos | alma) pct exec " $container " -- bash -c "dnf -y update && dnf -y upgrade" ; ;
ubuntu | debian | devuan) pct exec " $container " -- bash -c "apt-get update 2>/dev/null | grep 'packages.*upgraded'; apt list --upgradable && apt-get -y dist-upgrade" ; ;
ubuntu | debian | devuan) pct exec " $container " -- bash -c "apt-get update 2>/dev/null | grep 'packages.*upgraded'; apt list --upgradable && apt-get -y q dist-upgrade" ; ;
esac
esac
}
}