From 88ec0c197dc8097432e77213e6fdf72d486abe2c Mon Sep 17 00:00:00 2001 From: chalith Date: Thu, 8 Feb 2024 11:38:39 +0530 Subject: [PATCH] Skip double quotes in email --- installer/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/setup.sh b/installer/setup.sh index 5e96168..6bc7a1e 100755 --- a/installer/setup.sh +++ b/installer/setup.sh @@ -839,7 +839,7 @@ lease_amount=$(jq ".xrpl.leaseAmount | select( . != null )" "$MB_XRPL_CONFIG") extra_txn_fee=$(jq ".xrpl.affordableExtraFee | select( . != null )" "$MB_XRPL_CONFIG") - email_address=$(jq ".host.emailAddress | select( . != null )" "$MB_XRPL_CONFIG") + email_address=$(jq -r ".host.emailAddress | select( . != null )" "$MB_XRPL_CONFIG") ipv6_subnet=$(jq -r ".networking.ipv6.subnet | select( . != null )" "$MB_XRPL_CONFIG") [ -z "$ipv6_subnet" ] && ipv6_subnet="-"