improve logging
This commit is contained in:
parent
16f624cf21
commit
d464f17b69
1 changed files with 2 additions and 2 deletions
|
@ -83,13 +83,13 @@ RecyclarrProcess () {
|
|||
log "Complete"
|
||||
}
|
||||
|
||||
echo "Starting Script...."
|
||||
log "Starting Script...."
|
||||
for (( ; ; )); do
|
||||
let i++
|
||||
getArrAppInfo
|
||||
verifyApiAccess
|
||||
RecyclarrProcess
|
||||
echo "Script sleeping for 4 hours..."
|
||||
log "Script sleeping for 4 hours..."
|
||||
sleep 4h
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in a new issue