From e72acbce4d87627f2e99b4059a7ba4b480ef6baa Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Sat, 22 Oct 2022 15:48:57 +0000 Subject: [PATCH] Update install bug in core when `ynh_permission_url --permission="main" --add_url=$sandboxdomain --auth_header=true` --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index b46e2b0..f0721c9 100644 --- a/scripts/install +++ b/scripts/install @@ -182,6 +182,8 @@ fi # We don't test that in CI if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then ynh_permission_url --permission="main" --add_url=$sandboxdomain --auth_header=true + # there is a but in core that add a slash at the end of domain in ssowat conf for uris var + #ynh_write_var_in_file --file="/etc/sso/conf.json" --key=KEY --value=$sandboxdomain fi #=================================================