From 279fe4c1beeb31dfcfc4a7ed076664fb9e2f9d5e Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Mon, 11 May 2026 13:50:43 +0200 Subject: [PATCH] Adjust API key input prompt indentation --- tools/addon/qbittorrent-exporter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/addon/qbittorrent-exporter.sh b/tools/addon/qbittorrent-exporter.sh index 2ae006518..be78bc680 100644 --- a/tools/addon/qbittorrent-exporter.sh +++ b/tools/addon/qbittorrent-exporter.sh @@ -120,7 +120,7 @@ function update() { function install() { read -erp "Enter URL of qBittorrent, example: (http://127.0.0.1:8080): " QBITTORRENT_BASE_URL echo -e "${TAB}${INFO} Create an API key in qBittorrent under Tools > Options > Web UI > API key" - read -erp "Enter qBittorrent API key: " QBITTORRENT_API_KEY + read -erp "${TAB3}Enter qBittorrent API key: " QBITTORRENT_API_KEY fetch_and_deploy_gh_release "qbittorrent-exporter" "martabal/qbittorrent-exporter" "tarball" "latest" setup_go