Change Create Windows Task to main.py

main
Sebastian Serfling 2023-08-10 15:34:20 +02:00
parent 80045776ba
commit f46dd44f80
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ apt install python3-pip git -y
if [ -f ".crontab" ]; then if [ -f ".crontab" ]; then
echo "Gibt es" echo "Gibt es"
next next
else: else
crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab - crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab -
echo "Gibt es nicht" echo "Gibt es nicht"
touch ".crontab" touch ".crontab"