From d126b6a8b58bdbad9529e158259d9e3ffce62d37 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Thu, 27 Oct 2022 14:30:47 +0000 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index fbce733..7900ea8 100644 --- a/scripts/install +++ b/scripts/install @@ -83,7 +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=sandbox-$app --domain=$sandboxdomain --path_url=$path_url + ynh_webpath_register --app=$app_1 --domain=$sandboxdomain --path_url=$path_url fi #=================================================