1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00

Allow install in existing folder

This commit is contained in:
Tagadda 2022-08-20 20:27:00 +00:00
parent 3014fc5f96
commit 9f162a606b

View file

@ -42,7 +42,6 @@ then
else else
final_path=/var/www/$app final_path=/var/www/$app
fi fi
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
# Register (book) web path # Register (book) web path
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url