Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/cbe6796f6b32138510ffe7c838d9851957765f52?style=split&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
4 additions and
4 deletions
@ -77,8 +77,8 @@ function default_settings() {
clear
clear
header_info
header_info
echo -e " ${ BL } Using Default Settings ${ CL } "
echo -e " ${ BL } Using Default Settings ${ CL } "
echo -e " ${ DGN } Using Version ${ BGN } 2 1.10 ${ CL } "
echo -e " ${ DGN } Using Version ${ BGN } 2 2.04 ${ CL } "
VER = "2 1.10 "
VER = "2 2.04 "
echo -e " ${ DGN } Using CT Type ${ BGN } Unprivileged ${ CL } ${ RD } NO DEVICE PASSTHROUGH ${ CL } "
echo -e " ${ DGN } Using CT Type ${ BGN } Unprivileged ${ CL } ${ RD } NO DEVICE PASSTHROUGH ${ CL } "
CT_TYPE = "1"
CT_TYPE = "1"
echo -e " ${ DGN } Using CT Password ${ BGN } Automatic Login ${ CL } "
echo -e " ${ DGN } Using CT Password ${ BGN } Automatic Login ${ CL } "
@ -107,9 +107,9 @@ 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 18.04 20.04 21.10 22.04 or Press [ENTER] for Default: 21.10 "
echo -e " ${ YW } Type 18.04 , 20.04, 21.10 or Press [ENTER] for Default: 22.04 "
read VER
read VER
if [ -z $VER ] ; then VER = "2 1.10 "; fi ;
if [ -z $VER ] ; then VER = "2 2.04 "; fi ;
echo -en " ${ DGN } Set Version To ${ BL } $VER ${ CL } "
echo -en " ${ DGN } Set Version To ${ BL } $VER ${ CL } "
echo -e " ${ CM } ${ CL } \r "
echo -e " ${ CM } ${ CL } \r "
sleep 1
sleep 1