Use raw output for yq
This commit is contained in:
parent
529f815460
commit
5111a2bc14
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ max_days=7
|
|||
last_bak=$(borgmatic list --last 1 --format "{end} {NEWLINE}" --successful --json | \
|
||||
jq '.[].archives | sort_by(.end)[].end | gsub("\\.000000$"; "Z") | fromdate')
|
||||
|
||||
repository_name=$(yq '.location.repositories[0]' /etc/borgmatic/config.yaml)
|
||||
repository_name=$(yq -r '.location.repositories[0]' /etc/borgmatic/config.yaml)
|
||||
|
||||
current=$(date +%s)
|
||||
difference="$(( current - last_bak ))"
|
||||
|
|
Loading…
Add table
Reference in a new issue