ansible-mailserver-debian/mail_system/templates/dovecot/README_execute

14 lines
216 B
Text
Raw Permalink Normal View History

2019-09-19 08:43:17 +00:00
# THIS FILE IS CONTROLLED BY ANSIBLE - DO NOT CHANGE IN DEPLOYMENT!
Execute is useful for conditions
Take care to not output a newline after the result!
Example:
#!/bin/bash
d=$(/bin/date +%s)
echo -n $d
exit 0