improve logging

This commit is contained in:
RandomNinjaAtk 2023-07-12 13:16:35 +00:00 committed by GitHub
parent 16f624cf21
commit d464f17b69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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