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:
parent
7e9ac940c9
commit
195558564d
2 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ sudo cp ../conf/nginx.conf $finalnginxconf
|
||||||
|
|
||||||
|
|
||||||
sed -i "s@NAMETOCHANGE@$app@g" ../conf/php-fpm.conf
|
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
|
sed -i "s@USERTOCHANGE@$usergroup@g" ../conf/php-fpm.conf
|
||||||
|
|
||||||
sudo cp ../conf/php-fpm.conf $finalphpconf
|
sudo cp ../conf/php-fpm.conf $finalphpconf
|
||||||
|
|
|
@ -32,7 +32,7 @@ sudo cp ../conf/nginx.conf $finalnginxconf
|
||||||
|
|
||||||
|
|
||||||
sed -i "s@NAMETOCHANGE@$app@g" ../conf/php-fpm.conf
|
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
|
sed -i "s@USERTOCHANGE@$usergroup@g" ../conf/php-fpm.conf
|
||||||
|
|
||||||
sudo cp ../conf/php-fpm.conf $finalphpconf
|
sudo cp ../conf/php-fpm.conf $finalphpconf
|
||||||
|
|
Loading…
Reference in a new issue