Make qbittorrent password input silent

Change password input to silent mode for security.
This commit is contained in:
Tobias 2025-11-21 10:20:07 +01:00 committed by GitHub
parent 2b03bde3c1
commit 883fe4f409
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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