mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Make qbittorrent password input silent
Change password input to silent mode for security.
This commit is contained in:
@@ -80,7 +80,7 @@ echo -n "Enter qbittorrent username: "
|
||||
read -r QBITTORRENT_USERNAME
|
||||
|
||||
echo -n "Enter qbittorrent password: "
|
||||
read -r QBITTORRENT_PASSWORD
|
||||
read -sr QBITTORRENT_PASSWORD
|
||||
|
||||
echo -n "Install ${APP}? (y/n): "
|
||||
read -r install_prompt
|
||||
|
||||
Reference in New Issue
Block a user