From 21b00d5f33fd4f5e9a42990ad1f53186651bc4d0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 16 Jan 2021 22:39:55 +0100 Subject: [PATCH] Update upgrade --- scripts/upgrade | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 01ca382..4f93f74 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -81,13 +81,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE PATH -#================================================= - -# Normalize the URL path syntax -path_url=$(ynh_normalize_url_path --path_url=$path_url) - #================================================= # STANDARD UPGRADE STEPS #=================================================