1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/collabora_ynh.git synced 2024-09-03 18:16:25 +02:00

Fixed error in path_url

This commit is contained in:
Rafi59 2018-11-03 10:19:22 +01:00 committed by GitHub
parent 6b600cb5b3
commit 21691a8645
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,10 +50,13 @@ app=$YNH_APP_INSTANCE_NAME
final_path=/opt/yunohost/$app
test ! -e "$final_path" || ynh_die "This path already contains a folder"
# Normalize the url path syntax
path_url=$(ynh_normalize_url_path /)
# Check web path availability
ynh_webpath_available $domain
ynh_webpath_available $domain /
# Register (book) web path
ynh_webpath_register $app $domain
ynh_webpath_register $app $domain /
#=================================================
# STORE SETTINGS FROM MANIFEST