1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/thelounge_ynh.git synced 2024-09-03 20:35:54 +02:00
This commit is contained in:
ericgaspar 2020-05-29 23:14:19 +02:00
parent 131be3a554
commit 8ceb43d9a7
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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