From e342062bb1e8068d50a925f2011930a11e50a1e2 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Tue, 29 Sep 2015 00:20:37 +0200 Subject: [PATCH] [fix] yet another reference to noalyss --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4bb889d..75e6028 100644 --- a/scripts/install +++ b/scripts/install @@ -33,7 +33,7 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/dolibarr.conf sed -i "s@NAMETOCHANGE@ndolibarr@g" ../conf/php-fpm.conf -finalphpconf=/etc/php5/fpm/pool.d/noalyss.conf +finalphpconf=/etc/php5/fpm/pool.d/dolibarr.conf sudo cp ../conf/php-fpm.conf $finalphpconf sudo chown root: $finalphpconf