MikroWizard Initial commit | MikroFront Welcome to the world :)

This commit is contained in:
sepehr 2024-07-07 14:48:52 +03:30
commit b97aec6b97
203 changed files with 41097 additions and 0 deletions

3
mwcrontab Normal file
View file

@ -0,0 +1,3 @@
# 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.