pull/1/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 246773d90e
commit 10ef0e91bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,17 @@
#!/usr/bin/with-contenv bash
if [ "$enableInvalidSeriesAutoCleaner" != "true" ]; then
sleep infinity
else
echo "Waiting for Sonarr to startup..."
sleep 2m
fi
echo "Starting Script...."
for (( ; ; )); do
let i++
bash /config/extended/scripts/InvalidSeriesAutoCleaner.bash
echo "Script sleeping for 12 hours..."
sleep 12h
done
exit $?
Loading…
Cancel
Save