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

Update debian-v3.sh

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

@ -116,7 +116,8 @@ header_info
echo -e "${GN}Using ID ${BGN}$CT_ID${CL}"
echo -e "${YW}Enter CT Name, or Press [ENTER] for Default: $APP "
read CT_NAME
if [ -z $CT_NAME ]; then HN=$(echo ${APP,,} | tr -d ' ');
if [ -z $CT_NAME ]; then HN=$(echo ${APP,,} | tr -d ' ')
CT_NAME=$APP
else
HN=$(echo ${CT_NAME,,} | tr -d ' ')
fi;

Loading…
Cancel
Save

Powered by BW's shoe-string budget.