Skip to content

Commit

Permalink
Update config.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LowEntropyBody committed Dec 6, 2021
1 parent 34b7e4d commit 50af140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ config_set_all()
chain_name="crust-node"
fi
local tt=$(rand 100000 999999)
chain_name=$chain_name$tt
chain_name="$chain_name-$tt"
sed -i "22c \\ name: \"$chain_name\"" $configfile &>/dev/null
log_success "Set crust node name: '$chain_name' successfully"

Expand Down

0 comments on commit 50af140

Please sign in to comment.