]> TLD Linux GIT Repositories - packages/dehydrated.git/commitdiff
- apache_reload, not httpd_reload
authorMarcin Krol <hawk@tld-linux.org>
Wed, 25 Oct 2017 15:29:27 +0000 (15:29 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 25 Oct 2017 15:29:27 +0000 (15:29 +0000)
hook.functions

index 147f3f3d240c44f148fc3399846b564fef5c0f28..6f9b47b7ccbc3b4d4357431e9b6ca5ad611030ab 100644 (file)
@@ -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