From d5fac73b5ed0095a62a7166ae4fba8729c75cac9 Mon Sep 17 00:00:00 2001 From: DDATAA <45762540+Ddataa@users.noreply.github.com> Date: Mon, 31 Oct 2022 17:37:49 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 885830b..a51374a 100644 --- a/scripts/install +++ b/scripts/install @@ -180,7 +180,7 @@ if ! [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then # we use jq to correct /etc/ssowat/conf.json uri1=$domain uri2=$sandboxdomain - app=$app + app="CryptPad" #we delete the uris from cryptpad.main cat /etc/ssowat/conf.json | jq 'del(.permissions[] | select(.label=="$app") | .uris)'