File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 1- 0.4.7
1+ 0.4.8
22
Original file line number Diff line number Diff line change @@ -70,6 +70,11 @@ for SIGNER_TYPE in $SIGNER_TYPES; do
7070 # Setup cardano node relay topology
7171 cat /home/curry/docker/cardano/config/$CARDANO_NODE_VERSION/${ var . cardano_network } /cardano-node/topology.json > /home/curry/data/${ var . cardano_network } /mithril-signer-${ each . key } /cardano/pool/topology-relay.json
7272
73+ # Copy peer snapshot file (if exists)
74+ if [ -f "/home/curry/docker/cardano/config/$CARDANO_NODE_VERSION/${ var . cardano_network } /cardano-node/peer-snapshot.json" ]; then
75+ cp /home/curry/docker/cardano/config/$CARDANO_NODE_VERSION/${ var . cardano_network } /cardano-node/peer-snapshot.json /home/curry/data/${ var . cardano_network } /mithril-signer-${ each . key } /cardano/pool/peer-snapshot.json
76+ fi
77+
7378 FOUND_CONFIGURATION=true
7479 break
7580 fi
You can’t perform that action at this time.
0 commit comments