1
0
Fork 0
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:
Kayou 2024-08-02 14:04:21 +02:00 committed by GitHub
parent 42200c5ca2
commit 756ca7b1ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 12 deletions

View file

@ -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

View file

@ -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