fix: update paths for check-autobrr-space to resolve to correct host

This commit is contained in:
Ceferino Patino 2026-06-24 17:52:43 -05:00
commit 2b20a88c06
Signed by: c4patino
SSH key fingerprint: SHA256:Wu+cU1t+7zVT9wzew/4meNmeulo66NzMqc22MdDBgXI

View file

@ -42,7 +42,7 @@ in {
set -euo pipefail
required_space=$((1024 * 1024 * 1024)) # 1 Tb
path="/var/lib/qBittorrent/qBittorrent/downloads/autobrr"
path="/mnt/nfs/servarr/torrents"
available_space=$(${pkgs.coreutils}/bin/df "$path" | \
${pkgs.gawk}/bin/awk 'END {print $4}')