Normalizing url ain't needed anymore

This commit is contained in:
Alexandre Aubin
2019-03-07 20:05:03 +01:00
parent dcff494c9f
commit 10457c5893
3 changed files with 0 additions and 19 deletions

View File

@@ -64,13 +64,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)
#=================================================
# STANDARD UPGRADE STEPS
#=================================================