Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/2f6ed335755a760e8fc4ff11787200bee80bb560?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
0 deletions
@ -55,6 +55,7 @@ function default_settings() {
function update_script( ) {
function update_script( ) {
header_info
header_info
if [ [ ! -f /etc/systemd/system/traefik.service ] ] ; then msg_error " No ${ APP } Installation Found! " ; exit; fi
if [ [ ! -f /etc/systemd/system/traefik.service ] ] ; then msg_error " No ${ APP } Installation Found! " ; exit; fi
RELEASE = $( curl -s https://api.github.com/repos/traefik/traefik/releases/latest | grep "tag_name" | awk '{print substr($2, 3, length($2)-4) }' )
msg_info " Updating $APP LXC "
msg_info " Updating $APP LXC "
if [ [ " ${ RELEASE } " != " $( cat /opt/${ APP } _version.txt) " ] ] || [ [ ! -f /opt/${ APP } _version.txt ] ] ; then
if [ [ " ${ RELEASE } " != " $( cat /opt/${ APP } _version.txt) " ] ] || [ [ ! -f /opt/${ APP } _version.txt ] ] ; then
wget -q https://github.com/traefik/traefik/releases/download/v${ RELEASE } /traefik_v${ RELEASE } _linux_amd64.tar.gz
wget -q https://github.com/traefik/traefik/releases/download/v${ RELEASE } /traefik_v${ RELEASE } _linux_amd64.tar.gz