1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/bludit_ynh.git synced 2024-09-03 18:06:13 +02:00

Update install

This commit is contained in:
ericgaspar 2020-12-06 11:06:26 +01:00
parent 9d6a4be855
commit 6c4bbffd23
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -34,9 +34,6 @@ ynh_script_progression --message="Validating installation parameters..." --weigh
final_path=/var/www/$app
test ! -e "$final_path" || ynh_die "This path already contains a folder"
# Normalize the url path syntax
path_url=$(ynh_normalize_url_path $path_url)
# Register (book) web path
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url