mirror of
https://git.ghostchain.io/proxmio/ghost-node.git
synced 2025-12-27 11:19:57 +00:00
fix for the read flag
Signed-off-by: Uncle Stretch <uncle.stretch@ghostchain.io>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user