Adjust API key input prompt indentation

This commit is contained in:
Tobias
2026-05-11 13:50:43 +02:00
committed by GitHub
parent 6b2c69af53
commit 279fe4c1be

View File

@@ -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