From c829c67fd8c775bdee9a39f7d2534374173f7f2a Mon Sep 17 00:00:00 2001 From: Mohamed Larabi Date: Mon, 23 Sep 2013 17:39:24 +0200 Subject: [PATCH] restart apache at the end of the install --- debian/unfold.postinst | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/unfold.postinst b/debian/unfold.postinst index 6da1aee1..c762a570 100644 --- a/debian/unfold.postinst +++ b/debian/unfold.postinst @@ -3,3 +3,4 @@ # update-rc.d unfold defaults [ -f /etc/apache2/apache2.conf ] && echo "WSGIScriptAlias / /usr/share/unfold/apache/myslice.wsgi" >> /etc/apache2/apache2.conf +service apache2 restart -- 2.43.0