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
|
read -r QBITTORRENT_USERNAME
|
||||||
|
|
||||||
echo -n "Enter qbittorrent password: "
|
echo -n "Enter qbittorrent password: "
|
||||||
read -r QBITTORRENT_PASSWORD
|
read -sr QBITTORRENT_PASSWORD
|
||||||
|
|
||||||
echo -n "Install ${APP}? (y/n): "
|
echo -n "Install ${APP}? (y/n): "
|
||||||
read -r install_prompt
|
read -r install_prompt
|
||||||
|
|||||||
Reference in New Issue
Block a user