Skip to content

Commit

Permalink
add missing check
Browse files Browse the repository at this point in the history
  • Loading branch information
Grotax committed Sep 1, 2024
1 parent 6d068eb commit 44752b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/ffshmon/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@
ansible.builtin.cron:
name: "Execute ffshmon"
minute: "*/30"
job: "python3 /opt/ffshmon/wireguard.py --user {{ ffshmon_mail }} --password {{ ffshmon_pw }} --log /var/log/ffshmon/ffshmon.log"
job: "python3 /opt/ffshmon/wireguard.py check --user {{ ffshmon_mail }} --password {{ ffshmon_pw }} --log /var/log/ffshmon/ffshmon.log"

0 comments on commit 44752b7

Please sign in to comment.