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

Update install

This commit is contained in:
ericgaspar 2020-12-27 20:43:44 +01:00
parent 307e0a1743
commit b98d96f186
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -33,12 +33,11 @@ ynh_script_progression --message="Validating installation parameters..." --weigh
final_path=/var/www/$app
test ! -e "$final_path" || ynh_die --message="This path already contains a folder"
public_path=/home/yunohost.app/$app
test ! -e "${public_path}" || ynh_die --message="$public_path already exists"
# Register (book) web path
ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url
public_path=/home/yunohost.app/$app
ynh_app_setting_set --app=$app --key=public_path --value=$public_path
#=================================================