mirror of
https://github.com/YunoHost-Apps/etherpad_ynh.git
synced 2024-09-03 18:36:10 +02:00
Merge branch 'master' of https://github.com/bachy/etherpadlite_ynh
This commit is contained in:
commit
d876f0894a
1 changed files with 3 additions and 4 deletions
|
@ -45,9 +45,8 @@ sudo chmod +x /etc/init.d/$app
|
||||||
sudo update-rc.d $app defaults
|
sudo update-rc.d $app defaults
|
||||||
|
|
||||||
# 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
|
||||||
else
|
else
|
||||||
sudo cp ../conf/nginx.conf $nginx_conf_path
|
sudo cp ../conf/nginx.conf $nginx_conf_path
|
||||||
|
|
Loading…
Add table
Reference in a new issue