1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Make sure path always end with a "/"

Fix https://github.com/YunoHost-Apps/shaarli_ynh/issues/28 (Nginx configuration for / install broken)
This commit is contained in:
lapineige 2017-07-24 11:09:55 +02:00 committed by GitHub
parent cc087b32a5
commit bfa6d03f68

View file

@ -17,7 +17,7 @@ app=$YNH_APP_INSTANCE_NAME
# Retrieve arguments
domain=$YNH_APP_ARG_DOMAIN
path=$YNH_APP_ARG_PATH
path=$YNH_APP_ARG_PATH/
admin=$YNH_APP_ARG_ADMIN
is_public=$YNH_APP_ARG_IS_PUBLIC
title=$YNH_APP_ARG_TITLE