From f5ab4e1b072c85811847b549c5cc65999eb98d7e Mon Sep 17 00:00:00 2001 From: Helder Oliveira Date: Fri, 20 Oct 2023 18:47:29 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20remove=20t=20from=20-it?= =?UTF-8?q?=20caused=20issues?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/node_details | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/node_details b/scripts/node_details index f9b7aad..3210e07 100644 --- a/scripts/node_details +++ b/scripts/node_details @@ -158,7 +158,7 @@ fi fi if [[ -f "$defaultLightningSystemdServicePathForDocker" ]] && grep -q 'docker run' "$defaultLightningSystemdServicePathForDocker"; then - keys=$(sudo docker exec -it lightning-node lgtn keys show | cut -d : -f 2) + keys=$(sudo docker exec -i lightning-node lgtn keys show | cut -d : -f 2) else keys=$(lgtn keys show | cut -d : -f 2) fi