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

Update debian10_container.sh

pull/10/head
tteck 4 years ago committed by GitHub
parent 52b58d29b7
commit afe2ba37af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -106,7 +106,7 @@ msg "Updating LXC template list..."
pveam update >/dev/null pveam update >/dev/null
msg "Downloading LXC template..." msg "Downloading LXC template..."
OSTYPE=debian OSTYPE=debian
OSVERSION=${OSTYPE}-10 OSVERSION=${OSTYPE}-11
mapfile -t TEMPLATES < <(pveam available -section system | sed -n "s/.*\($OSVERSION.*\)/\1/p" | sort -t - -k 2 -V) mapfile -t TEMPLATES < <(pveam available -section system | sed -n "s/.*\($OSVERSION.*\)/\1/p" | sort -t - -k 2 -V)
TEMPLATE="${TEMPLATES[-1]}" TEMPLATE="${TEMPLATES[-1]}"
pveam download local $TEMPLATE >/dev/null || pveam download local $TEMPLATE >/dev/null ||

Loading…
Cancel
Save

Powered by BW's shoe-string budget.