mirror of
https://github.com/YunoHost-Apps/onlyoffice_ynh.git
synced 2024-09-03 19:56:11 +02:00
remove path_no_slash
This commit is contained in:
parent
42200c5ca2
commit
756ca7b1ca
2 changed files with 0 additions and 12 deletions
|
@ -71,12 +71,6 @@ done
|
|||
#=================================================
|
||||
ynh_script_progression --message="Configuring NGINX web server..."
|
||||
|
||||
if [ $path = "/" ]; then
|
||||
path_no_slash=""
|
||||
else
|
||||
path_no_slash="$path"
|
||||
fi
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
||||
|
|
|
@ -76,12 +76,6 @@ done
|
|||
#=================================================
|
||||
ynh_script_progression --message="Upgrading system configurations related to $app..." --weight=1
|
||||
|
||||
# if [ $path = "/" ]; then
|
||||
# path_no_slash=""
|
||||
# else
|
||||
# path_no_slash="$path"
|
||||
# fi
|
||||
|
||||
# Create a dedicated NGINX config
|
||||
ynh_add_nginx_config
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue