From 1c76cc16923e02176dca01dccbeaefbb3d7dd990 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Thu, 27 Oct 2022 09:42: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 884eee5..f51ed69 100644 --- a/scripts/install +++ b/scripts/install @@ -82,7 +82,7 @@ sandboxdomain=sandbox-$domain # We don't test that in CI if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then yunohost domain add $sandboxdomain - yunohost domain config set $sandboxdomain -a mail_in=0&mail_out=0 + yunohost domain config set $sandboxdomain -a "mail_in=0&mail_out=0" fi #=================================================