We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c5144 commit 0a3b0d8Copy full SHA for 0a3b0d8
1 file changed
scripts/local_cluster.sh
@@ -170,7 +170,7 @@ if [[ $overwrite == "y" || $overwrite == "Y" ]]; then
170
cp -r "${APPHOME%?}1/keyring-$KEYRING" "$APPHOME/keyring-$KEYRING"
171
172
$BINARY genesis gentx v$i ${INITIAL_SUPPLY%?}${DENOMS[0]} --keyring-backend $KEYRING --chain-id $CHAINID --identity "666AC57CC678BEC4" --website="https://side.one" --home $APPHOME --p2p-port "26${i}56"
173
- cp -r "$APPHOME/config/gentx/" "${APPHOME%?}1/config/gentx"
+ cp -r "$APPHOME/config/gentx/." "${APPHOME%?}1/config/gentx/"
174
175
done
176
0 commit comments