Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/06ac9aebb500aaca50f0c2bb02eb0232de5f178d?style=split&whitespace=show-all
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -108,14 +108,14 @@ function advanced_settings() {
clear
clear
header_info
header_info
echo -e " ${ RD } Using Advanced Settings ${ CL } "
echo -e " ${ RD } Using Advanced Settings ${ CL } "
echo -e " ${ YW } Type Unprivileged, or Press [ENTER] for Default: Privileged "
echo -e " ${ YW } Type ${ CROSS } ${ YW } Unprivileged, or Press [ENTER] for Default: Privileged"
read CT_TYPE1
read CT_TYPE1
if [ -z $CT_TYPE1 ] ; then CT_TYPE1 = "Privileged" CT_TYPE = "0" ;
if [ -z $CT_TYPE1 ] ; then CT_TYPE1 = "Privileged" CT_TYPE = "0" ;
echo -en " ${ DGN } Set CT Type ${ BL } $CT_TYPE1 ${ CL } "
echo -en " ${ DGN } Set CT Type ${ BL } $CT_TYPE1 ${ CL } "
else
else
CT_TYPE1 = "Unprivileged"
CT_TYPE1 = "Unprivileged"
CT_TYPE = "1"
CT_TYPE = "1"
echo -en " ${ DGN } Set CT Type ${ BL } P rivileged${ CL } "
echo -en " ${ DGN } Set CT Type ${ BL } Unp rivileged${ CL } "
fi ;
fi ;
echo -e " ${ CM } ${ CL } \r "
echo -e " ${ CM } ${ CL } \r "
sleep 1
sleep 1