Change Create Windows Task to main.py
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user