From 80117e7245c17ef389c6f4b9762f5c0c7383d63c Mon Sep 17 00:00:00 2001 From: zemyblue Date: Tue, 10 Oct 2023 21:27:21 +0900 Subject: [PATCH] fix: ci error --- init_single.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init_single.sh b/init_single.sh index e01e731..e5b6fd7 100755 --- a/init_single.sh +++ b/init_single.sh @@ -25,7 +25,7 @@ fi FNSAD=${FNSAD:-fnsad-proxy} # initialize -rm -rf ~/.fnsap +rm -rf ${CONFIG_DIR} # TODO # Configure your CLI to eliminate need for chain-id flag @@ -37,7 +37,7 @@ rm -rf ~/.fnsap # Initialize configuration files and genesis file # moniker is the name of your node -${FNSAD} init solo --chain-id=finschia +${FNSAD} init solo --chain-id=finschia --home=${CHAIN_DIR} # configure for testnet if [[ ${mode} == "testnet" ]]