Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/054b207ffe472bed377555b3a7f2f60fbfa77915?style=unified&whitespace=show-all 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 102fbc3ce8
commit 054b207ffe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -16,12 +16,12 @@ BFR="\\r\\033[K"
HOLD="[-]"
trap die ERR
msg_info() {
function msg_info() {
local msg="$1"
echo -ne " ${HOLD} ${YW}${msg}..."
}
msg_ok() {
function msg_ok() {
local msg="$1"
echo -e "${BFR} ${CM} ${GN}${msg}${CL}"
}

Loading…
Cancel
Save

Powered by BW's shoe-string budget.