From 9cca4a56ce1d645fe4a4f966eb1a3ae1e5f53680 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 23 Sep 2022 09:19:59 -0400 Subject: [PATCH] Update nextcloudpi-v4.sh --- ct/nextcloudpi-v4.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/nextcloudpi-v4.sh b/ct/nextcloudpi-v4.sh index 0985a708..22fed957 100644 --- a/ct/nextcloudpi-v4.sh +++ b/ct/nextcloudpi-v4.sh @@ -70,8 +70,8 @@ if [[ $PVE != 1 ]]; then fi } function default_settings() { - echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" - CT_TYPE="1" + echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" + CT_TYPE="0" echo -e "${DGN}Using Root Password: ${BGN}Automatic Login${CL}" PW="" echo -e "${DGN}Using Container ID: ${BGN}$NEXTID${CL}" @@ -98,8 +98,8 @@ function default_settings() { } function advanced_settings() { CT_TYPE=$(whiptail --title "CONTAINER TYPE" --radiolist "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