Update Recyclarr

This commit is contained in:
billsbdb3 2024-07-03 14:32:09 -04:00 committed by GitHub
parent eb51668887
commit 9676849fb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,9 +41,9 @@ RecyclarrProcess () {
fi fi
# Run Recyclarr and capture the output # Run Recyclarr and capture the output
/recyclarr/recyclarr sync -c $recyclarrConfig --app-data /config/extended/recyclarr-data 2>&1 | while IFS= read -r line; do while IFS= read -r line; do
log "$line" log "$line"
done done < <(/recyclarr/recyclarr sync -c $recyclarrConfig --app-data /config/extended/recyclarr-data 2>&1)
log "Complete" log "Complete"
} }