mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
We are not using path anymore
This commit is contained in:
parent
53d71b5ce7
commit
1d6c5a0c7d
1 changed files with 5 additions and 5 deletions
|
@ -76,11 +76,11 @@ done
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1
|
ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1
|
||||||
|
|
||||||
if [ $path = "/" ]; then
|
# if [ $path = "/" ]; then
|
||||||
path_no_slash=""
|
# path_no_slash=""
|
||||||
else
|
# else
|
||||||
path_no_slash="$path"
|
# path_no_slash="$path"
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
# Create a dedicated NGINX config
|
# Create a dedicated NGINX config
|
||||||
ynh_add_nginx_config
|
ynh_add_nginx_config
|
||||||
|
|
Loading…
Add table
Reference in a new issue