Skip to content

Commit 1e1cd57

Browse files
author
liukai
committed
feat(shell): optimize startup scripts
1 parent a4100b6 commit 1e1cd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ FULL_NODE_DIR="FullNode"
2222
FULL_NODE_CONFIG_DIR="config"
2323
# config file
2424
FULL_NODE_CONFIG_MAIN_NET="main_net_config.conf"
25-
FULL_NODE_CONFIG_TEST_NET="test_net_config.conf.conf"
25+
FULL_NODE_CONFIG_TEST_NET="test_net_config.conf"
2626
FULL_NODE_CONFIG_PRIVATE_NET="private_net_config.conf"
2727
DEFAULT_FULL_NODE_CONFIG='config.conf'
2828
JAR_NAME="FullNode.jar"

0 commit comments

Comments
 (0)