From c89e9ac9c569283ef422abbde1757f9843162387 Mon Sep 17 00:00:00 2001 From: tteckster Date: Sun, 5 Feb 2023 13:52:05 -0500 Subject: [PATCH] Update audiobookshelf-v5.sh set default privileged --- ct/audiobookshelf-v5.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ct/audiobookshelf-v5.sh b/ct/audiobookshelf-v5.sh index 6c63c6c2..54e5d69a 100644 --- a/ct/audiobookshelf-v5.sh +++ b/ct/audiobookshelf-v5.sh @@ -96,8 +96,8 @@ if ! command -v pveversion >/dev/null 2>&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}" @@ -136,8 +136,8 @@ function default_settings() { } function advanced_settings() { CT_TYPE=$(whiptail --title "CONTAINER TYPE" --radiolist --cancel-button Exit-Script "Choose Type" 10 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