From f46dd44f80a3939fe76d6ca1747858d2045ef350 Mon Sep 17 00:00:00 2001 From: Sebastian Serfling Date: Thu, 10 Aug 2023 15:34:20 +0200 Subject: [PATCH] Change Create Windows Task to main.py --- setup-info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-info.sh b/setup-info.sh index cbbef61..8587f88 100644 --- a/setup-info.sh +++ b/setup-info.sh @@ -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"