mirror of https://github.com/tteck/Proxmox.git
Update qbittorrent-v5.sh
This commit is contained in:
parent
ac9ebbd707
commit
2ae9a67b42
|
@ -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…
Reference in New Issue