MikroWizard.mikrofront/mwcrontab

4 lines
213 B
Text
Raw Normal View History

# must be ended with a new line "LF" (Unix) and not "CRLF" (Windows)
* * * * * /usr/bin/python3 /front-update.py > /var/log/cron.log 2>&1
# An empty line is required at the end of this file for a valid cron file.