Update qbittorrent-v5.sh

pull/1105/head
tteckster 2 years ago committed by GitHub
parent ac9ebbd707
commit 2ae9a67b42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      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}"

Loading…
Cancel
Save