From b0b7cb790e921e3efa2f43153839e18a849639b2 Mon Sep 17 00:00:00 2001 From: Tobias Date: Wed, 17 Dec 2025 20:53:21 +0100 Subject: [PATCH] fix path --- tools/addon/qbittorrent-exporter.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/addon/qbittorrent-exporter.sh b/tools/addon/qbittorrent-exporter.sh index 9d87a478c..d40a4ce15 100644 --- a/tools/addon/qbittorrent-exporter.sh +++ b/tools/addon/qbittorrent-exporter.sh @@ -77,8 +77,8 @@ function update() { setup_go msg_info "Building qBittorrent-Exporter" - cd /opt/qbittorrent-exporter/src - $STD /usr/local/bin/go build -o ../qbittorrent-exporter + cd /opt/qbittorrent-exporter + $STD /usr/local/bin/go build -o ./qbittorrent-exporter msg_ok "Built qBittorrent-Exporter" msg_info "Starting service" @@ -105,8 +105,8 @@ function install() { fetch_and_deploy_gh_release "qbittorrent-exporter" "martabal/qbittorrent-exporter" "tarball" "latest" setup_go msg_info "Building qBittorrent-Exporter on ${OS}" - cd /opt/qbittorrent-exporter/src - $STD /usr/local/bin/go build -o ../qbittorrent-exporter + cd /opt/qbittorrent-exporter + $STD /usr/local/bin/go build -o ./qbittorrent-exporter msg_ok "Built qBittorrent-Exporter" msg_info "Creating configuration"