diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-01-15 22:44:30 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2025-01-15 22:44:30 +0000 |
commit | 240a9f272435739f3d276b0ee8f7b958a145255f (patch) | |
tree | 311820c084a7cd24489e54c508baf1f954706891 | |
parent | 1bd0923b677dc2345960be2fef24c303375b261f (diff) | |
download | infra-240a9f272435739f3d276b0ee8f7b958a145255f.tar.gz infra-240a9f272435739f3d276b0ee8f7b958a145255f.tar.bz2 infra-240a9f272435739f3d276b0ee8f7b958a145255f.zip |
Fix certbot renewal hook script for dovecot
Replace devecot -> dovecot.
-rw-r--r-- | roles/dovecot/files/dovecot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/dovecot/files/dovecot.sh b/roles/dovecot/files/dovecot.sh index bd6f8e4..841f2bf 100644 --- a/roles/dovecot/files/dovecot.sh +++ b/roles/dovecot/files/dovecot.sh @@ -1,3 +1,3 @@ #! /bin/sh -systemctl reload devecot +systemctl reload dovecot |