Skip to content

Commit 5dfc970

Browse files
committed
fixing issues with setup.sh script
1 parent 391c05a commit 5dfc970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ HOST_SUPRA_HOME="$5"
1010
NETWORK="$6"
1111

1212
if [ "$FUNCTION" == "setup" ]; then
13-
if [ "$NODE_TYPE" == "rpc"]; then
13+
if [ "$NODE_TYPE" == "rpc" ]; then
1414
VALIDATOR_IP="$7"
1515
fi
1616
fi

0 commit comments

Comments
 (0)