diff --git a/scripts/change_url b/scripts/change_url index 0fce6a6..ceb7b88 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -70,7 +70,7 @@ then domain="$old_domain" path_url="$new_path" - path_no_root=${path_url%/} + path_no_root=${path_url%/} # Create a dedicated nginx config ynh_add_nginx_config "path_no_root" fi