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

Update latest-update-menu.sh

pull/40/head
tteckster 3 years ago committed by GitHub
parent e52f5d9e6f
commit b1b3987882
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -22,6 +22,11 @@ echo -e "\e[1;92m Installing runlike... \e[0m"
pip3 install runlike &>/dev/null
fi
echo -e "\e[1;92m Creating Update Script... \e[0m"
if [ -f /root/hass_config ]; then
echo -e "\e[1;92m There's Already (hass_config) Folder! \e[0m"
else
mkdir /root/hass_config
fi
UPDATE_PATH='/root/update'
UPDATE_CONTAINERS_PATH='/root/update-containers.sh'
cat >$UPDATE_PATH <<'EOF'

Loading…
Cancel
Save

Powered by BW's shoe-string budget.