From a1d000952b23d8b6139280e0aca4a5c112279377 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Fri, 21 Nov 2025 11:39:24 +0100 Subject: [PATCH] Enable read -er and read -rs options for input --- tools/addon/qbittorrent-exporter.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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): "