Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/9e0fb19df28b357c3f714909acd7c503cc3cc0c6 You should set ROOT_URL correctly, otherwise the web may not work correctly.

Update create_lxc.sh

pull/152/head
tteckster 3 years ago committed by GitHub
parent 735822d6da
commit 9e0fb19df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -127,8 +127,8 @@ DEFAULT_PCT_OPTIONS=(
PCT_OPTIONS=( ${PCT_OPTIONS[@]:-${DEFAULT_PCT_OPTIONS[@]}} )
[[ " ${PCT_OPTIONS[@]} " =~ " -rootfs " ]] || PCT_OPTIONS+=( -rootfs $CONTAINER_STORAGE:${PCT_DISK_SIZE:-8} )
echo -en "${GN} Creating LXC Container... "
msg_info "Creating LXC Container"
pct create $CTID ${TEMPLATE_STORAGE}:vztmpl/${TEMPLATE} ${PCT_OPTIONS[@]} >/dev/null ||
die "A problem occured while trying to create container."
echo -e "${CM}${CL} \r"
msg_ok "Creating LXC Container"
info "LXC Container ${BL}$CTID${CL} was successfully created."

Loading…
Cancel
Save

Powered by BW's shoe-string budget.