diff --git a/check_process b/check_process index 1d232cd..24496b8 100644 --- a/check_process +++ b/check_process @@ -23,12 +23,8 @@ #upgrade=1 from_commit=5f92cc818503d86aeb6920ccbba59eb91dc5423a backup_restore=1 multi_instance=1 - incorrect_path=1 port_already_use=0 change_url=1 -;;; Levels - # If the level 5 (Package linter) is forced to 1. Please add justifications here. - Level 5=auto ;;; Options Email= Notification=none diff --git a/scripts/upgrade b/scripts/upgrade index 0ae297c..4380df0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -77,13 +77,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 #=================================================