certbot: reload the correct daemon
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Jérémy Lecour 2019-10-25 18:21:23 +02:00 committed by Jérémy Lecour
parent e80e4197c2
commit cd9e17e8f6
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ main() {
if config_check; then
debug "HAProxy detected... reloading"
systemctl reload apache2
systemctl reload haproxy
else
error "HAProxy config is broken, you must fix it !"
fi