Protoball:Nightly: Difference between revisions

From Protoball
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
=== Crontab ===
=== Crontab ===


   20 * * * * /usr/bin/python /home/ubuntu/scripts/data_db.py > /home/ubuntu/last-data-db.txt
   20 * * * * /usr/bin/python3 /home/ubuntu/scripts/data_db.py > /home/ubuntu/last-data-db.txt

Revision as of 08:46, 9 January 2022


git clone protoball@protoball.org:scripts.git

Python Setup

scripts/aws-setup.sh

Crontab

 20 * * * * /usr/bin/python3 /home/ubuntu/scripts/data_db.py > /home/ubuntu/last-data-db.txt