Add case for --rpc-drone-address
This commit is contained in:
parent
0568d7238e
commit
42ad297778
|
@ -48,6 +48,9 @@ while [[ ${1:0:1} = - ]]; do
|
|||
elif [[ $1 = --rpc-port ]]; then
|
||||
extra_fullnode_args+=("$1" "$2")
|
||||
shift 2
|
||||
elif [[ $1 = --rpc-drone-address ]]; then
|
||||
extra_fullnode_args+=("$1" "$2")
|
||||
shift 2
|
||||
else
|
||||
echo "Unknown argument: $1"
|
||||
exit 1
|
||||
|
|
Loading…
Reference in New Issue