QCPM crontab

Forums:

Here are the crontab settings for my qcpm.
First uploads the IP.
Second runs monthstat.sh
Third runs yearstat.sh
sh files should run python3 calling either qcpmmonthstat.py or qcpmyearstat.py.
py files should be in bin/quickcpm location and have a /logs directory within to save the logs.

# m h dom mon dow command
0 * * * * python3 /home/pi/bin/piup.py
0 * * * * /home/pi/bin/quickcpm/qcpmM.sh
0 * * * * /home/pi/bin/quickcpm/qcpmY.sh