forked from infra/ansible
Add set -e to cron jobs to help chronic
Signed-off-by: Michael Winters <fedora@mwinters.net>
This commit is contained in:
parent
8ac48ade3b
commit
df3b1f249e
1 changed files with 4 additions and 0 deletions
|
|
@ -5,6 +5,10 @@
|
|||
# Only the most recent dump is published
|
||||
#
|
||||
|
||||
# We need to set -e so that `chronic` will make the right decision about alerting
|
||||
# us to any failures.
|
||||
set -e
|
||||
|
||||
# This changes really often ;)
|
||||
bkup_domain=rdu3.fedoraproject.org
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue