lidarr-dl/lidarr/ARLChecker
hockeygoalie35 f5302b7834 Refactor.
Set all messages including errors to logging
Set logging formatting to match Audio script
Add additional commands to telegram bot
temporarily set sleep time to 1m for debugging purposes
2024-02-06 22:59:13 -05:00

8 lines
No EOL
218 B
Text

#!/usr/bin/with-contenv bash
scriptVersion="0.1"
scriptName="ARLChecker"
echo Starting ARL Token Check...
python /custom-services.d/python/ARLChecker.py -c
echo ARL Token Check Complete. Sleeping for 24hrs...
sleep 1m