whiptail tweaks

This commit is contained in:
tteckster 2023-01-07 23:56:54 -05:00 committed by GitHub
parent e04913f983
commit 2a87fea992
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
104 changed files with 110 additions and 110 deletions

View file

@ -134,7 +134,7 @@ function default_settings() {
echo -e "${BL}Creating a ${APP} LXC using the above default settings${CL}"
}
function advanced_settings() {
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" ON \
"0" "Privileged" OFF \
3>&1 1>&2 2>&3)