certbot: reload the correct daemon
All checks were successful
continuous-integration/drone/push Build is passing

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

View file

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