forked from ISTI-ansible-roles/ansible-roles
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
/bin/systemctl reload dovecot > {{ letsencrypt_acme_sh_log_dir }}/dovecot.log 2>&1
|
||
|
|
||
|
exit $?
|