diff options
Diffstat (limited to 'source/n/php/doinst.sh')
-rw-r--r-- | source/n/php/doinst.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/n/php/doinst.sh b/source/n/php/doinst.sh index 2af731e95..bf1b21702 100644 --- a/source/n/php/doinst.sh +++ b/source/n/php/doinst.sh @@ -24,5 +24,5 @@ fi config etc/rc.d/rc.php-fpm.new cp -a etc/httpd/php.ini-production etc/httpd/php.ini.new config etc/httpd/php.ini.new -cp -a etc/php-fpm.conf.default etc/php-fpm.conf.new -config etc/php-fpm.conf.new +cp -a etc/php-fpm/php-fpm.conf.default etc/php-fpm/php-fpm.conf.new +config etc/php-fpm/php-fpm.conf.new |