mirror of
https://github.com/simple-login/app.git
synced 2024-11-17 17:35:20 +01:00
fix crontab
This commit is contained in:
parent
2a38d7c5fa
commit
ec0a2bb6e3
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ jobs:
|
|||
captureStderr: true
|
||||
|
||||
- name: SimpleLogin System Monitoring
|
||||
command: python /code/cron.py -j monitor
|
||||
command: python /code/cron.py -j monitoring
|
||||
shell: /bin/bash
|
||||
schedule: "*/5 * * * *"
|
||||
captureStderr: true
|
||||
|
|
Loading…
Reference in a new issue