mirror of
https://github.com/tteck/Proxmox.git
synced 2024-12-02 11:03:56 +01:00
Update deconz-v4.sh
set Advanced settings to default as Privileged
This commit is contained in:
parent
c2c75f4788
commit
a6b1722a27
@ -106,8 +106,8 @@ function default_settings() {
|
|||||||
}
|
}
|
||||||
function advanced_settings() {
|
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" 8 58 2 \
|
||||||
"1" "Unprivileged" ON \
|
"1" "Unprivileged" OFF \
|
||||||
"0" "Privileged" OFF \
|
"0" "Privileged" ON \
|
||||||
3>&1 1>&2 2>&3)
|
3>&1 1>&2 2>&3)
|
||||||
exitstatus=$?
|
exitstatus=$?
|
||||||
if [ $exitstatus = 0 ]; then
|
if [ $exitstatus = 0 ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user