Skip to content

Commit 48c8caa

Browse files
authored
Update Recyclarr
1 parent 3af447b commit 48c8caa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

universal/services/Recyclarr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ verifyConfig () {
2828
fi
2929
}
3030

31-
RecyclarrProcess () {
31+
RecyclarrProcess () {
3232
# Configure Yaml with URL and API Key
3333
sed -i "s%arrUrl%$arrUrl%g" "/config/extended/recyclarr.yaml"
3434
sed -i "s%arrApi%$arrApiKey%g" "/config/extended/recyclarr.yaml"
@@ -41,7 +41,7 @@ RecyclarrProcess () {
4141
fi
4242

4343
# Run Recyclarr and capture the output
44-
/recyclarr/recyclarr sync -c $recyclarrConfig --app-data /config/extended/recyclarr-data 2>&1 | tee -a "/config/logs/$logFileName"
44+
/recyclarr/recyclarr sync -c $recyclarrConfig --app-data /config/extended/recyclarr-data 2>&1 | while IFS= read -r line; do log "$line"; done
4545

4646
log "Complete"
4747
}

0 commit comments

Comments
 (0)