diff --git a/scripts/starter.sh b/scripts/starter.sh index 9b21215..8bd06ff 100755 --- a/scripts/starter.sh +++ b/scripts/starter.sh @@ -311,7 +311,7 @@ if [[ $ARGUMENTS = true ]]; then CLI_ARGS+=("--bootnodes=$bootnodes") fi - read -r "[?] address that other nodes will use to connect: (default: current ip)" public_addr + read -p "[?] address that other nodes will use to connect: (default: current ip)" public_addr if [ ! -z $public_addr ]; then CLI_ARGS+=("--public-addr=$public_addr") fi