Merge pull request #77 from YunoHost/remove-normalize-url

Normalizing url ain't needed anymore
This commit is contained in:
Kayou
2019-03-25 23:40:07 +01:00
committed by GitHub
3 changed files with 5 additions and 12 deletions

View File

@@ -69,6 +69,11 @@ ynh_abort_if_errors
#=================================================
# Normalize the URL path syntax
# N.B. : this is for app installations before YunoHost 2.7
# where this value might be something like /foo/ or foo/
# instead of /foo ....
# If nobody installed your app before 2.7, then you may
# safely remove this line
path_url=$(ynh_normalize_url_path $path_url)
#=================================================