improve logging

This commit is contained in:
RandomNinjaAtk
2023-07-12 13:16:35 +00:00
committed by GitHub
parent 16f624cf21
commit d464f17b69

View File

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