Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/297f07f7ab23074c523b40832acdd4314b991039?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 e5959270ca
commit 297f07f7ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -137,7 +137,7 @@ else
mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null mkfs.ext4 $(pvesm path $ROOTFS) &>/dev/null
fi fi
ARCH=$(dpkg --print-architecture) ARCH=$(dpkg --print-architecture)
HOSTNAME=lxc HOSTNAME=debian10
TEMPLATE_STRING="local:vztmpl/${TEMPLATE}" TEMPLATE_STRING="local:vztmpl/${TEMPLATE}"
pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \ pct create $CTID $TEMPLATE_STRING -arch $ARCH -features nesting=1 \
-hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 1 -memory 512\ -hostname $HOSTNAME -net0 name=eth0,bridge=vmbr0,ip=dhcp -onboot 1 -cores 1 -memory 512\

Loading…
Cancel
Save

Powered by BW's shoe-string budget.