mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
bug fix
This commit is contained in:
parent
e8a3b0cf82
commit
373f05b4f6
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ sudo touch /var/log/$app/$app.log
|
||||||
sudo chown www-data /var/log/$app/$app.log
|
sudo chown www-data /var/log/$app/$app.log
|
||||||
|
|
||||||
# nginx
|
# nginx
|
||||||
$nginx_conf_path=/etc/nginx/conf.d/$domain.d/$app.conf
|
nginx_conf_path=/etc/nginx/conf.d/$domain.d/$app.conf
|
||||||
if [ "$path" = "" ];
|
if [ "$path" = "" ];
|
||||||
then
|
then
|
||||||
sudo cp ../conf/nginx.conf-nosub $nginx_conf_path
|
sudo cp ../conf/nginx.conf-nosub $nginx_conf_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue