From 7791426e6a6da0d91b4e791785542ff78b2e8f7f Mon Sep 17 00:00:00 2001 From: Sebastian Serfling Date: Thu, 10 Aug 2023 15:20:31 +0200 Subject: [PATCH] Change Create Windows Task to main.py --- setup-info.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup-info.sh b/setup-info.sh index 48581d6..17eb296 100644 --- a/setup-info.sh +++ b/setup-info.sh @@ -13,6 +13,9 @@ git remote add orgin https://gitlab.stines.de/sebastian.serfling/REPORTS.git git fetch git pull orgin main +## Add Crontab +crontab -l | { cat; echo "30 0 * * * /root/REPORTS/setup-info.sh"; } | crontab - + ## Install Python python3 -m pip install virtualenv python3 -m virtualenv venv