From c6028806438e4dad5b5aa58878e65a87717afeaa Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 27 Sep 2015 01:47:38 +0200 Subject: [PATCH] [enh] also restart php-fpm --- scripts/install | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install b/scripts/install index f3ee583..c9710d3 100644 --- a/scripts/install +++ b/scripts/install @@ -40,5 +40,6 @@ sudo chown root: $finalphpconf sudo chmod 644 $finalphpconf # Reload Nginx and regenerate SSOwat conf +sudo service php5-fpm restart sudo service nginx reload sudo yunohost app ssowatconf