diff --git a/scripts/install b/scripts/install index cc7af6f..c95cf9a 100644 --- a/scripts/install +++ b/scripts/install @@ -83,6 +83,7 @@ sandboxdomain=sandbox-$domain if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then yunohost domain add $sandboxdomain yunohost domain config set $sandboxdomain -a "mail_in=0&mail_out=0" + ynh_webpath_register --app=$app --domain=$sandboxdomain --path_url=$path_url fi #=================================================