Make qbittorrent password input silent
Change password input to silent mode for security.
This commit is contained in:
parent
2b03bde3c1
commit
883fe4f409
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user