1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dolibarr_ynh.git synced 2024-09-03 18:35:53 +02:00

[fix] yet another reference to noalyss

This commit is contained in:
Laurent Peuch 2015-09-29 00:20:37 +02:00
parent 89e40ea5ad
commit e342062bb1

View file

@ -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