You probably don't need to call 'ynh_normalize_url_path'...

This commit is contained in:
yalh76 2020-12-26 00:21:06 +01:00
parent 0cc0937243
commit 00f0d18eb0

View file

@ -63,13 +63,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
#=================================================