Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/e04913f9839d6b766995a62f7b70a050634034d2
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
2 additions and
2 deletions
@ -134,7 +134,7 @@ function default_settings() {
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
var_version = $( whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 1 0 58 4 \
var_version = $( whiptail --title "UBUNTU VERSION" --radiolist "Choose Version" 1 1 58 4 \
"18.04" "Bionic" OFF \
"20.04" "Focal" ON \
"22.04" "Jammy" OFF \
@ -142,7 +142,7 @@ function advanced_settings() {
3>& 1 1>& 2 2>& 3)
exitstatus = $?
if [ $exitstatus = 0 ] ; then echo -e " ${ DGN } Using Ubuntu Version: ${ BGN } $var_version ${ CL } " ; fi
CT_TYPE = $( whiptail --title "CONTAINER TYPE" --radiolist --cancel-button Exit-Script "Choose Type" 8 58 2 \
CT_TYPE = $( whiptail --title "CONTAINER TYPE" --radiolist --cancel-button Exit-Script "Choose Type" 10 58 2 \
"1" "Unprivileged" OFF \
"0" "Privileged" ON \
3>& 1 1>& 2 2>& 3)