Skip to content

Commit

Permalink
fix: 🐛 remove t from -it caused issues
Browse files Browse the repository at this point in the history
  • Loading branch information
heldrida committed Oct 20, 2023
1 parent 4734477 commit f5ab4e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/node_details
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5ab4e1

Please sign in to comment.