summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Cady <d@jerkface.net>2020-09-04 20:21:37 -0400
committerAndrew Cady <d@jerkface.net>2020-09-04 20:21:37 -0400
commit3f06d0738237a57062bf6d903e7859af99441e82 (patch)
tree7f6bd92a68cb8487df58f4c6dffccb14a8613897
parent114b50097115611635a9a9497580256a41d37240 (diff)
always restart apache
-rw-r--r--selfpublish.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/selfpublish.sh b/selfpublish.sh
index c2ac100..bdeb086 100644
--- a/selfpublish.sh
+++ b/selfpublish.sh
@@ -284,6 +284,7 @@ then
284 systemctl reload apache2 || systemctl restart apache2 284 systemctl reload apache2 || systemctl restart apache2
285else 285else
286 enable_apache_modules 286 enable_apache_modules
287 systemctl restart apache2
287 install_self_to_site 288 install_self_to_site
288 install_header_to_site 289 install_header_to_site
289fi 290fi