mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Don't normilize path_url
This commit is contained in:
parent
a0dfae269f
commit
b6c5b1fce9
1 changed files with 0 additions and 1 deletions
|
@ -257,7 +257,6 @@ ynh_setup_source () {
|
|||
# | arg: ... - (Optionnal) More POST keys and values
|
||||
ynh_local_curl () {
|
||||
# Define url of page to curl
|
||||
path_url=$(ynh_normalize_url_path $path_url)
|
||||
local local_page=$(ynh_normalize_url_path $1)
|
||||
local full_path=$path_url$local_page
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue