mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update utils
This commit is contained in:
parent
6ba12bb9ae
commit
a0dfae269f
1 changed files with 2 additions and 2 deletions
|
@ -258,8 +258,8 @@ ynh_setup_source () {
|
|||
ynh_local_curl () {
|
||||
# Define url of page to curl
|
||||
path_url=$(ynh_normalize_url_path $path_url)
|
||||
local_page=$(ynh_normalize_url_path $1)
|
||||
full_path=$path_url$local_page
|
||||
local local_page=$(ynh_normalize_url_path $1)
|
||||
local full_path=$path_url$local_page
|
||||
|
||||
if [ "${path_url}" == "/" ]; then
|
||||
full_path=$local_page
|
||||
|
|
Loading…
Add table
Reference in a new issue