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"
|
log "Complete"
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "Starting Script...."
|
log "Starting Script...."
|
||||||
for (( ; ; )); do
|
for (( ; ; )); do
|
||||||
let i++
|
let i++
|
||||||
getArrAppInfo
|
getArrAppInfo
|
||||||
verifyApiAccess
|
verifyApiAccess
|
||||||
RecyclarrProcess
|
RecyclarrProcess
|
||||||
echo "Script sleeping for 4 hours..."
|
log "Script sleeping for 4 hours..."
|
||||||
sleep 4h
|
sleep 4h
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue