Update Recyclarr
This commit is contained in:
parent
d5b547e006
commit
63e0a88af6
1 changed files with 12 additions and 9 deletions
|
@ -8,6 +8,10 @@ source /config/extended.conf
|
||||||
source /config/extended/functions
|
source /config/extended/functions
|
||||||
#### Create Log File
|
#### Create Log File
|
||||||
logfileSetup
|
logfileSetup
|
||||||
|
|
||||||
|
# Redirect all output to the log file
|
||||||
|
exec &> >(tee -a "/config/logs/$logFileName")
|
||||||
|
|
||||||
#### Check Arr App
|
#### Check Arr App
|
||||||
getArrAppInfo
|
getArrAppInfo
|
||||||
verifyApiAccess
|
verifyApiAccess
|
||||||
|
@ -37,7 +41,6 @@ RecyclarrProcess () {
|
||||||
fi
|
fi
|
||||||
/recyclarr/recyclarr sync -c $recyclarrConfig --app-data /config/extended/recyclarr-data
|
/recyclarr/recyclarr sync -c $recyclarrConfig --app-data /config/extended/recyclarr-data
|
||||||
|
|
||||||
|
|
||||||
log "Complete"
|
log "Complete"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue