From 2ae9a67b4235c84b283fbe94bb074b0b7bef3550 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 24 Feb 2023 16:01:25 -0500 Subject: [PATCH] Update qbittorrent-v5.sh --- ct/qbittorrent-v5.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/qbittorrent-v5.sh b/ct/qbittorrent-v5.sh index 70356062..2e093ca6 100644 --- a/ct/qbittorrent-v5.sh +++ b/ct/qbittorrent-v5.sh @@ -83,8 +83,8 @@ fi } function default_settings() { - echo -e "${DGN}Using Container Type: ${BGN}Privileged${CL}" - CT_TYPE="0" + echo -e "${DGN}Using Container Type: ${BGN}Unprivileged${CL} ${RD}NO DEVICE PASSTHROUGH${CL}" + CT_TYPE="1" echo -e "${DGN}Using Root Password: ${BGN}Automatic Login${CL}" PW="" echo -e "${DGN}Using Container ID: ${BGN}$NEXTID${CL}"