You've already forked Proxmox
mirror of
https://github.com/tteck/Proxmox.git
synced 2025-06-16 04:10:33 +02:00
whiptail tweaks
This commit is contained in:
@ -105,7 +105,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)
|
||||
|
Reference in New Issue
Block a user