Skip to content

Commit 0a3b0d8

Browse files
author
LazyLuis
committed
fix cp issue on linux
1 parent 49c5144 commit 0a3b0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/local_cluster.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ if [[ $overwrite == "y" || $overwrite == "Y" ]]; then
170170
cp -r "${APPHOME%?}1/keyring-$KEYRING" "$APPHOME/keyring-$KEYRING"
171171

172172
$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"
173+
cp -r "$APPHOME/config/gentx/." "${APPHOME%?}1/config/gentx/"
174174

175175
done
176176

0 commit comments

Comments
 (0)