File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -28,20 +28,22 @@ 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"
3535
36- # update arr app
36+ # Update arr app
3737 log " Updating Arr via Recyclarr"
3838 if [ ! -d /config/extended/recyclarr-data ]; then
3939 mkdir -p /config/extended/recyclarr-data
4040 chmod 777 /config/extended/recyclarr-data
4141 fi
4242
4343 # Run Recyclarr and capture the output
44- /recyclarr/recyclarr sync -c $recyclarrConfig --app-data /config/extended/recyclarr-data 2>&1 | while IFS= read -r line; do log " $line " ; done
44+ /recyclarr/recyclarr sync -c $recyclarrConfig --app-data /config/extended/recyclarr-data 2>&1 | while IFS= read -r line; do
45+ log " $line "
46+ done
4547
4648 log " Complete"
4749}
You can’t perform that action at this time.
0 commit comments