mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
fix
This commit is contained in:
parent
131be3a554
commit
8ceb43d9a7
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ test ! -e "$final_path" || ynh_die "This path already contains a folder"
|
|||
path_url=$(ynh_normalize_url_path $path_url)
|
||||
|
||||
# Check web path availability
|
||||
ynh_webpath_available --app=$app --domain=$domain --path_url=$path_url
|
||||
ynh_webpath_available $domain $path_url
|
||||
|
||||
# Register (book) web path
|
||||
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
|
||||
|
|
Loading…
Add table
Reference in a new issue