From 3f06d0738237a57062bf6d903e7859af99441e82 Mon Sep 17 00:00:00 2001 From: Andrew Cady Date: Fri, 4 Sep 2020 20:21:37 -0400 Subject: always restart apache --- selfpublish.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/selfpublish.sh b/selfpublish.sh index c2ac100..bdeb086 100644 --- a/selfpublish.sh +++ b/selfpublish.sh @@ -284,6 +284,7 @@ then systemctl reload apache2 || systemctl restart apache2 else enable_apache_modules + systemctl restart apache2 install_self_to_site install_header_to_site fi -- cgit v1.2.3