Skip to content

Commit ddd6db9

Browse files
authored
Merge pull request #128 from BernhardWebstudio/patch-1
Update documentation to fix #125
2 parents 968ac0e + 022e549 commit ddd6db9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Resources/doc/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,8 @@ jmose_command_scheduler:
114114
# receivers for reporting mails
115115
monitor_mail: []
116116
# set a custom subject for monitor mails (first placeholder will be replaced by the hostname, second by the date)
117-
monitor_mail_subject: cronjob monitoring %s, %s
117+
# double percentage is used to escape the percentage so they stay parameters
118+
monitor_mail_subject: cronjob monitoring %%s, %%s
118119
# to send "everything's all right" emails to receivers for reporting mails set this value to "true" (see monitoring)
119120
send_ok: false
120121

0 commit comments

Comments
 (0)