diff options
Diffstat (limited to 'roles/host/templates/usr_local_bin_pylogsentinel-batch-email.sh.j2')
| -rw-r--r-- | roles/host/templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/host/templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 b/roles/host/templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 index eebf1e7..83e2996 100644 --- a/roles/host/templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 +++ b/roles/host/templates/usr_local_bin_pylogsentinel-batch-email.sh.j2 @@ -1,6 +1,6 @@ #!/bin/sh -FILE=/tmp/pylogsentinel.daily +FILE=/var/run/pylogsentinel.weekly if [ ! -f "$FILE" ]; then echo "Nothing to do" |
