Merge pull request #77 from YunoHost/remove-normalize-url
Normalizing url ain't needed anymore
This commit is contained in:
@@ -53,9 +53,6 @@ ynh_print_info "Validating installation parameters..."
|
||||
final_path=/var/www/$app
|
||||
test ! -e "$final_path" || ynh_die "This path already contains a folder"
|
||||
|
||||
# Normalize the url path syntax
|
||||
path_url=$(ynh_normalize_url_path $path_url)
|
||||
|
||||
# Register (book) web path
|
||||
ynh_webpath_register $app $domain $path_url
|
||||
|
||||
|
||||
Reference in New Issue
Block a user