From bf56846e682bdfaba7b18f91169af09a873978e7 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:23:48 +0000 Subject: [PATCH] Update install --- scripts/install | 1 + 1 file changed, 1 insertion(+) 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 #=================================================