pull/80/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 506fe5c720
commit 553ada0e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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