From e42af0fecf7abbf95e114ba49dac3205b3435149 Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sun, 25 Apr 2021 14:35:28 +0500 Subject: [PATCH] reethi contacts list --- bml-bash/bml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bml-bash/bml.sh b/bml-bash/bml.sh index c489f99..bfd2802 100755 --- a/bml-bash/bml.sh +++ b/bml-bash/bml.sh @@ -57,7 +57,7 @@ elif [ "$MENU" = "2" ] if [ "$CONTACS" = "1" ] then - curl -s -b $COOKIE $BML_URL/contacts | jq -r '["Alias","Name","Account Number"], (.["payload"] | .[] | [.alias, .name, .account]) | @tsv' + curl -s -b $COOKIE $BML_URL/contacts | jq -r '["Account Number","Currency","Account Name","Contact Name"], ["==================================================================="], (.["payload"] | .[] | [.account, .currency, .name, .alias]) | @tsv' elif [ "$CONTACS" = "2" ] then printf 'Account Number: '