Skip to content

Commit

Permalink
make output clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 14, 2023
1 parent 265df37 commit de4a45f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ function start() {
echo "Starting Stellar Quickstart"

echo "mode: $STELLAR_MODE"
echo "network: $NETWORK ($NETWORK_PASSPHRASE)"
echo "network: $NETWORK"
echo "network passphrase: $NETWORK_PASSPHRASE"

copy_defaults
init_db
Expand Down

0 comments on commit de4a45f

Please sign in to comment.