1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flarum_ynh.git synced 2024-09-03 18:36:24 +02:00

path is / for root

This commit is contained in:
polytan02 2017-02-22 15:50:16 +00:00 committed by GitHub
parent a3707289af
commit bb025b1255

View file

@ -105,7 +105,7 @@ ynh_app_setting_set "$app" mysqlpwd "$dbpass"
ynh_mysql_create_db "$dbname" "$dbuser" "$dbpass" ynh_mysql_create_db "$dbname" "$dbuser" "$dbpass"
### Nginx ### ### Nginx ###
if [ $path = "" ]; then if [ $path = "/" ]; then
nginx_conf=../conf/nginx_root.conf nginx_conf=../conf/nginx_root.conf
else else
nginx_conf=../conf/nginx.conf nginx_conf=../conf/nginx.conf