diff --git a/tools/addon/qbittorrent-exporter.sh b/tools/addon/qbittorrent-exporter.sh index 83b470202..9967ce19b 100644 --- a/tools/addon/qbittorrent-exporter.sh +++ b/tools/addon/qbittorrent-exporter.sh @@ -71,9 +71,11 @@ fi echo -e "${YW}⚠️ qbittorrent-exporter is not installed.${CL}" echo -n "Enter URL of qbittorrent example: (http://192.168.1.10:8080): " read -er QBITTORRENT_BASE_URL +echo "" echo -n "Enter qbittorrent username: " read -er QBITTORRENT_USERNAME +echo "" echo -n "Enter qbittorrent password: " read -rs QBITTORRENT_PASSWORD