f5302b7834
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
8 lines
No EOL
218 B
Text
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 |