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

Update update-lxcs.sh

change wording
fixes https://github.com/tteck/Proxmox/issues/1824
pull/1851/head
tteckster 2 years ago committed by GitHub
parent 0692bad5c6
commit 7f2c3d1549
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -26,7 +26,7 @@ GN=$(echo "\033[1;92m")
CL=$(echo "\033[m")
header_info
echo "Loading..."
whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Updater" --yesno "This Will Update Selected LXC Containers. Proceed?" 10 58 || exit
whiptail --backtitle "Proxmox VE Helper Scripts" --title "Proxmox VE LXC Updater" --yesno "This Will Update LXC Containers. Proceed?" 10 58 || exit
NODE=$(hostname)
while read -r TAG ITEM; do
OFFSET=2

Loading…
Cancel
Save

Powered by BW's shoe-string budget.