Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/4da7e6be7ce685f4acb46c2ecb787d8e5aaf4d4a?style=split&whitespace=ignore-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
1 deletions
@ -12,7 +12,7 @@ EOF
clear
clear
header_info
header_info
echo -e "\n Loading..."
echo -e "\n Loading..."
GEN_MAC = $( openssl rand -hex 6 | sed 's/\(..\)/\1:/g; s/.$// ' | tr '[:lower:]' '[:upper:]' )
GEN_MAC = $( echo 'AE 1A 60' $( od -An -N3 -t xC /dev/urandom) | sed -e 's/ /:/g ' | tr '[:lower:]' '[:upper:]' )
USEDID = $( pvesh get /cluster/resources --type vm --output-format yaml | egrep -i 'vmid' | awk '{print substr($2, 1, length($2)-0) }' )
USEDID = $( pvesh get /cluster/resources --type vm --output-format yaml | egrep -i 'vmid' | awk '{print substr($2, 1, length($2)-0) }' )
NEXTID = $( pvesh get /cluster/nextid)
NEXTID = $( pvesh get /cluster/nextid)
STABLE = $( curl -s https://raw.githubusercontent.com/home-assistant/version/master/stable.json | grep "ova" | awk '{print substr($2, 2, length($2)-3) }' )
STABLE = $( curl -s https://raw.githubusercontent.com/home-assistant/version/master/stable.json | grep "ova" | awk '{print substr($2, 2, length($2)-3) }' )