mirror of
https://github.com/YunoHost-Apps/pelican_ynh.git
synced 2024-09-03 19:46:35 +02:00
fix empty var
This commit is contained in:
parent
bb3ef95847
commit
e3270d17b1
1 changed files with 0 additions and 1 deletions
|
@ -70,7 +70,6 @@ sudo cp ../conf/nginx.conf "$nginx_conf"
|
|||
|
||||
# Copy and set php-fpm configuration
|
||||
phpfpm_conf="/etc/php5/fpm/pool.d/${app}.conf"
|
||||
sed -i "s@{USER}@${user}@g" ../conf/php-fpm.conf
|
||||
sed -i "s@{POOLNAME}@${app}@g" ../conf/php-fpm.conf
|
||||
sed -i "s@{DESTDIR}@${DESTDIR}@g" ../conf/php-fpm.conf
|
||||
sudo cp ../conf/php-fpm.conf "$phpfpm_conf"
|
||||
|
|
Loading…
Add table
Reference in a new issue