From 1d39ee5a7a38eb63669c3fae76112db7ff9e78c5 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Sun, 27 Sep 2015 01:37:10 +0200 Subject: [PATCH] [enh] set noalyss name in php-fpm conf --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index ec43f2a..b0cd882 100644 --- a/scripts/install +++ b/scripts/install @@ -32,3 +32,5 @@ if [[ "$path" == "" ]]; then else sed -i "s@LOCATIONTOCHANGE@$path@g" ../conf/nginx.conf fi + +sed -i "s@NAMETOCHANGE@noalyss@g" ../conf/php-fpm.conf