Update deconz-v4.sh

set Advanced settings to default as Privileged
This commit is contained in:
tteckster 2022-12-25 16:45:27 -05:00 committed by GitHub
parent c2c75f4788
commit a6b1722a27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -106,8 +106,8 @@ function default_settings() {
}
function advanced_settings() {
CT_TYPE=$(whiptail --title "CONTAINER TYPE" --radiolist --cancel-button Exit-Script "Choose Type" 8 58 2 \
"1" "Unprivileged" ON \
"0" "Privileged" OFF \
"1" "Unprivileged" OFF \
"0" "Privileged" ON \
3>&1 1>&2 2>&3)
exitstatus=$?
if [ $exitstatus = 0 ]; then