Change Create Windows Task to main.py
parent
acd5fca551
commit
ac6c6dc794
|
|
@ -19,6 +19,7 @@ if [ -e .crontab ]; then
|
|||
else:
|
||||
crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab -
|
||||
touch .crontab
|
||||
fi
|
||||
|
||||
## Install Python
|
||||
python3 -m pip install virtualenv
|
||||
|
|
|
|||
Loading…
Reference in New Issue