From 72be16af2d46684db01849f70b32b7232ba25494 Mon Sep 17 00:00:00 2001 From: anmol26s Date: Sun, 16 Sep 2018 18:46:59 +0530 Subject: [PATCH] fix sub-path for update script --- scripts/upgrade | 7 ------- 1 file changed, 7 deletions(-) diff --git a/scripts/upgrade b/scripts/upgrade index 77d160e..81231a6 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -54,13 +54,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) - #================================================= # CREATE DEDICATED USER #=================================================