diff --git a/tools/addon/qbittorrent-exporter.sh b/tools/addon/qbittorrent-exporter.sh index cf29e126d..c241804b7 100644 --- a/tools/addon/qbittorrent-exporter.sh +++ b/tools/addon/qbittorrent-exporter.sh @@ -76,11 +76,9 @@ 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 -echo -e "${YW}⚠️ ${APP} is not installed.${CL}" echo -n "Enter qbittorrent username: " read -r QBITTORRENT_USERNAME -echo -e "${YW}⚠️ ${APP} is not installed.${CL}" echo -n "Enter qbittorrent password: " read -r QBITTORRENT_PASSWORD