From 1f6c17f18ff00cdef7a175b32d1d6f1ffaf29e92 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Wed, 25 Oct 2017 15:29:27 +0000 Subject: [PATCH] - apache_reload, not httpd_reload --- hook.functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hook.functions b/hook.functions index 147f3f3..6f9b47b 100644 --- a/hook.functions +++ b/hook.functions @@ -38,7 +38,7 @@ nginx_reload() { /sbin/service nginx reload } -httpd_reload() { +apache_reload() { if [ ! -x /etc/rc.d/init.d/httpd ]; then return fi -- 2.44.0