From 037803bc5513fa311e730b3d02265b59f5d10b40 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 27 Mar 2019 22:54:44 +0100 Subject: [PATCH] remove-normalize-url --- scripts/install | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index 2ea2c62..cfaa7df 100644 --- a/scripts/install +++ b/scripts/install @@ -38,9 +38,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