1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cops_ynh.git synced 2024-09-03 18:25:57 +02:00

Add missing _ in final_path

This commit is contained in:
polytan02 2016-12-22 00:08:35 +00:00
parent 7e9ac940c9
commit 195558564d
2 changed files with 2 additions and 2 deletions

View file

@ -64,7 +64,7 @@ sudo cp ../conf/nginx.conf $finalnginxconf
sed -i "s@NAMETOCHANGE@$app@g" ../conf/php-fpm.conf
sed -i "s@FOLDERTOCHANGE@$finalpath@g" ../conf/php-fpm.conf
sed -i "s@FOLDERTOCHANGE@$final_path@g" ../conf/php-fpm.conf
sed -i "s@USERTOCHANGE@$usergroup@g" ../conf/php-fpm.conf
sudo cp ../conf/php-fpm.conf $finalphpconf

View file

@ -32,7 +32,7 @@ sudo cp ../conf/nginx.conf $finalnginxconf
sed -i "s@NAMETOCHANGE@$app@g" ../conf/php-fpm.conf
sed -i "s@FOLDERTOCHANGE@$finalpath@g" ../conf/php-fpm.conf
sed -i "s@FOLDERTOCHANGE@$final_path@g" ../conf/php-fpm.conf
sed -i "s@USERTOCHANGE@$usergroup@g" ../conf/php-fpm.conf
sudo cp ../conf/php-fpm.conf $finalphpconf