Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/b540687d8238e7e3755b2bb4d4154907d75ac3e7?style=split&whitespace=ignore-change
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
5 additions and
4 deletions
@ -65,11 +65,12 @@ apt-get install -y php-sqlite3 &>/dev/null
apt-get install -y php-zip & >/dev/null
apt-get install -y php-zip & >/dev/null
echo -e " ${ CM } ${ CL } \r "
echo -e " ${ CM } ${ CL } \r "
echo -en " ${ GN } Installing Heimdall Dashboard... "
RELEASE = $( curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS = '[""]' )
RELEASE = $( curl -sX GET "https://api.github.com/repos/linuxserver/Heimdall/releases/latest" | awk '/tag_name/{print $4;exit}' FS = '[""]' ) ; echo $RELEASE && \
echo -en " ${ GN } Installing Heimdall Dashboard ${ RELEASE } ... "
curl --silent -o /opt/${ RELEASE } .tar.gz -L " https://github.com/linuxserver/Heimdall/archive/ ${ RELEASE } .tar.gz "
curl --silent -o /opt/${ RELEASE } .tar.gz -L " https://github.com/linuxserver/Heimdall/archive/ ${ RELEASE } .tar.gz " & >/dev/null
cd /opt
cd /opt
tar xvzf ${ RELEASE } .tar.gz
tar xvzf ${ RELEASE } .tar.gz & >/dev/null
echo -e " ${ CM } ${ CL } \r "
echo -en " ${ GN } Creating Service... "
echo -en " ${ GN } Creating Service... "
service_path = "/etc/systemd/system/heimdall.service"
service_path = "/etc/systemd/system/heimdall.service"