fix: update paths for check-autobrr-space to resolve to correct host
This commit is contained in:
parent
7dc7403ed4
commit
2b20a88c06
1 changed files with 1 additions and 1 deletions
|
|
@ -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}')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue