diff --git a/scripts/_common.sh b/scripts/_common.sh index 7aa69c0..748c116 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -14,7 +14,7 @@ ynh_local_curl_csrf () { # Define url of page to curl - local local_page=$(ynh_normalize_url_path $1) + local local_page=$1 local full_path=$path_url$local_page if [ "${path_url}" == "/" ]; then