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"