Your ROOT_URL in app.ini is https://git.bwnetwork.us/ but you are visiting http://git.bwnetwork.us/Administrator/Proxmox_Helper_scripts/commit/cb327cd55cfe8330aed57488875ab481955d00c6
You should set ROOT_URL correctly, otherwise the web may not work correctly.
123 changed files with
748 additions and
5 deletions
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -245,6 +247,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -267,6 +276,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -274,6 +284,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
BL = $( echo "\033[36m" )
RD = $( echo "\033[01;31m" )
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -101,6 +101,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -258,6 +260,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -280,6 +289,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -287,6 +297,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -101,6 +101,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -250,6 +252,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -272,6 +281,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -279,6 +289,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -101,6 +101,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -258,6 +260,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -280,6 +289,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -287,6 +297,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -224,6 +226,13 @@ fi
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -246,13 +255,15 @@ fi
}
clear
start_script
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
FEATURES = "nesting=1"
fi
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
FEATURES = "nesting=1"
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -257,6 +259,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -279,6 +288,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -286,6 +296,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -101,6 +101,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -258,6 +260,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -280,6 +289,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -287,6 +297,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -103,6 +103,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -252,6 +254,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -274,6 +283,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -281,6 +291,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -101,6 +101,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -258,6 +260,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -280,6 +289,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -287,6 +297,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -101,6 +101,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -250,6 +252,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -272,6 +281,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -279,6 +289,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -257,6 +259,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -279,6 +288,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -286,6 +296,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -99,6 +99,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -248,6 +250,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -270,6 +279,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -277,6 +287,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -101,6 +101,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -250,6 +252,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -272,6 +281,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -279,6 +289,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -100,6 +100,8 @@ function default_settings() {
VLAN = ""
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
echo -e " ${ BL } Creating a ${ APP } LXC using the above default settings ${ CL } "
}
function advanced_settings( ) {
@ -249,6 +251,13 @@ function advanced_settings() {
echo -e " ${ DGN } Enable Root SSH Access: ${ BGN } No ${ CL } "
SSH = "no"
fi
if ( whiptail --defaultno --title "VERBOSE MODE" --yesno "Enable Verbose Mode?" 10 58) ; then
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } Yes ${ CL } "
VERB = "yes"
else
echo -e " ${ DGN } Enable Verbose Mode: ${ BGN } No ${ CL } "
VERB = "no"
fi
if ( whiptail --title "ADVANCED SETTINGS COMPLETE" --yesno " Ready to create ${ APP } LXC? " --no-button Do-Over 10 58) ; then
echo -e " ${ RD } Creating a ${ APP } LXC using the above advanced settings ${ CL } "
else
@ -271,6 +280,7 @@ function start_script() {
}
clear
start_script
if [ " $VERB " = = "yes" ] ; then set -x; fi
if [ " $CT_TYPE " = = "1" ] ; then
FEATURES = "nesting=1,keyctl=1"
else
@ -278,6 +288,7 @@ else
fi
TEMP_DIR = $( mktemp -d)
pushd $TEMP_DIR >/dev/null
export VERBOSE = $VERB
export SSH_ROOT = ${ SSH }
export CTID = $CT_ID
export PCT_OSTYPE = $var_os
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )
BL = $( echo "\033[36m" )
@ -1,4 +1,5 @@
#!/usr/bin/env bash
if [ " $VERBOSE " = = "yes" ] ; then set -x; fi
export DEBIAN_FRONTEND = noninteractive
YW = $( echo "\033[33m" )
RD = $( echo "\033[01;31m" )