Skip to content

Commit

Permalink
SVCPLAN-6052 Only send email if on errors with special characters
Browse files Browse the repository at this point in the history
  • Loading branch information
jlong1s committed Sep 30, 2024
1 parent edf8b00 commit 5616e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ profile_system_auth::kerberos::crons:
monthday: 15
user: "root"
"key_refresh":
command: "sleep $((RANDOM \% 15))m && k5srvutil change >/tmp/k5srvutil_change.$$ 2>&1 || cat /tmp/k5srvutil_change.$$ && rm -f /tmp/k5srvutil_change.$$"
command: "sleep $((RANDOM \u005C\u0025 15))m && k5srvutil change >/tmp/k5srvutil_change.$$ 2>&1 || cat /tmp/k5srvutil_change.$$ && rm -f /tmp/k5srvutil_change.$$"
environment:
- "SHELL=/bin/sh"
hour: 23
Expand Down

0 comments on commit 5616e90

Please sign in to comment.