Change Create Windows Task to main.py
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user