Change Create Windows Task to main.py

This commit is contained in:
2023-08-10 15:34:20 +02:00
parent 80045776ba
commit f46dd44f80
+1 -1
View File
@@ -11,7 +11,7 @@ apt install python3-pip git -y
if [ -f ".crontab" ]; then
echo "Gibt es"
next
else:
else
crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab -
echo "Gibt es nicht"
touch ".crontab"