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

Update create_lxc.sh

pull/193/head
tteckster 3 years ago committed by GitHub
parent ec03ccf08e
commit 094c9f56c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,10 +86,10 @@ if pct status $CTID &>/dev/null; then
fi
TEMPLATE_STORAGE=$(select_storage template) || exit
msg_ok "Using ${BL} $TEMPLATE_STORAGE${CL} ${GN}for Template Storage."
msg_ok "Using ${BL}$TEMPLATE_STORAGE${CL} ${GN}for Template Storage."
CONTAINER_STORAGE=$(select_storage container) || exit
msg_ok "Using ${BL} $CONTAINER_STORAGE${CL} ${GN}for Container Storage."
msg_ok "Using ${BL}$CONTAINER_STORAGE${CL} ${GN}for Container Storage."
msg_info "Updating LXC Template List"
pveam update >/dev/null

Loading…
Cancel
Save

Powered by BW's shoe-string budget.