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

Update heimdalldashboard2.4.6-update.sh

pull/105/head
tteckster 3 years ago committed by GitHub
parent 7704e17155
commit 0533079b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -47,7 +47,6 @@ tar xvzf ${RELEASE}.tar.gz &>/dev/null
VER=$(curl -s https://api.github.com/repos/linuxserver/Heimdall/releases/latest \ VER=$(curl -s https://api.github.com/repos/linuxserver/Heimdall/releases/latest \
| grep "tag_name" \ | grep "tag_name" \
| awk '{print substr($2, 3, length($2)-4) }') | awk '{print substr($2, 3, length($2)-4) }')
mkdir /opt/Heimdall
mv Heimdall-${VER}/* /opt/Heimdall mv Heimdall-${VER}/* /opt/Heimdall
echo -e "${CM}${CL} \r" echo -e "${CM}${CL} \r"

Loading…
Cancel
Save

Powered by BW's shoe-string budget.