diff --git a/tools/addon/qbittorrent-exporter.sh b/tools/addon/qbittorrent-exporter.sh index 75c1010cc..23b53bb39 100644 --- a/tools/addon/qbittorrent-exporter.sh +++ b/tools/addon/qbittorrent-exporter.sh @@ -78,13 +78,13 @@ fi echo -e "${YW}⚠️ ${APP} is not installed.${CL}" echo -n "Enter URL of qbittorrent example: (http://192.168.1.10:8080): " -read -r QBITTORRENT_BASE_URL +read -er QBITTORRENT_BASE_URL echo -n "Enter qbittorrent username: " -read -r QBITTORRENT_USERNAME +read -er QBITTORRENT_USERNAME echo -n "Enter qbittorrent password: " -read -sr QBITTORRENT_PASSWORD +read -rs QBITTORRENT_PASSWORD echo "" echo -n "Install ${APP}? (y/n): "