Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/f396b6153f027725748f19f29bcf5d00406adb1d?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
@ -56,7 +56,7 @@ function update_script() {
header_info
header_info
if [ [ ! -f /etc/systemd/system/jackett.service ] ] ; then msg_error " No ${ APP } Installation Found! " ; exit; fi
if [ [ ! -f /etc/systemd/system/jackett.service ] ] ; then msg_error " No ${ APP } Installation Found! " ; exit; fi
RELEASE = $( wget -q https://github.com/Jackett/Jackett/releases/latest -O - | grep "title>Release" | cut -d " " -f 4)
RELEASE = $( wget -q https://github.com/Jackett/Jackett/releases/latest -O - | grep "title>Release" | cut -d " " -f 4)
if [ [ " ${ RELEASE } " != " $( cat /opt/${ APP } _version.txt) " ] ] || [ [ ! -f /opt/${ APP } _version.txt ] ] ; then
if [ [ ! -f /opt/${ APP } _version.txt ] ] || [ [ " ${ RELEASE } " != " $( cat /opt/${ APP } _version.txt) " ] ] ; then
msg_info " Updating ${ APP } "
msg_info " Updating ${ APP } "
wget -q https://github.com/Jackett/Jackett/releases/download/$RELEASE /Jackett.Binaries.LinuxAMDx64.tar.gz
wget -q https://github.com/Jackett/Jackett/releases/download/$RELEASE /Jackett.Binaries.LinuxAMDx64.tar.gz
systemctl stop jackett
systemctl stop jackett