From a8c95bce23aff2d45b42681b0f921b08a345cfb0 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Thu, 9 Feb 2023 14:33:31 +0000 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ba54c9a..40713fb 100644 --- a/scripts/install +++ b/scripts/install @@ -191,7 +191,7 @@ fi # We authorize access to sandbox domain # We don't test that in CI if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then - ynh_permission_url --permission="main" --add_url=re:$sandboxdomain --auth_header=true + ynh_permission_url --permission="main" --add_url=$sandboxdomain --auth_header=true # there is a bug in core that add a slash at the end of domain in ssowat conf for uris var # we use jq to correct /etc/ssowat/conf.json #uri2=$sandboxdomain