From 262af428f164a86451fe938f2526a1e9c9dc6071 Mon Sep 17 00:00:00 2001 From: nemsia Date: Wed, 16 May 2018 09:13:01 +0200 Subject: [PATCH] Fix url_path checking --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index e777d99..83f1740 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -65,7 +65,7 @@ ynh_abort_if_errors #================================================= # Normalize the URL path syntax -path_url=$(ynh_normalize_url_path $path_url) +#path_url=$(ynh_normalize_url_path $path_url) #================================================= # INSTALL DEPENDENCIES