File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11CLUSTER_ERA=conway
22COMMAND_ERA=conway
33MARKEXPR=dbsync or smash
4- DBSYNC_REV=13.6.0.4
5- DBSYNC_TAR_URL=https://github.com/IntersectMBO/cardano-db-sync/releases/download/13.6.0.4 /cardano-db-sync-13.6.0.4 -linux.tar.gz
4+ DBSYNC_REV=13.6.0.5
5+ DBSYNC_TAR_URL=https://github.com/IntersectMBO/cardano-db-sync/releases/download/13.6.0.5 /cardano-db-sync-13.6.0.5 -linux.tar.gz
66SMASH=true
77DBSYNC_SKIP_INDEXES=true
Original file line number Diff line number Diff line change @@ -94,8 +94,8 @@ if [ -n "$DBSYNC_TAR_URL" ]; then
9494 DBSYNC_TAR_FILE=" $WORKDIR /dbsync_bins.tar.gz"
9595 curl -sSL " $DBSYNC_TAR_URL " > " $DBSYNC_TAR_FILE " || exit 1
9696 rm -rf " ${WORKDIR} /dbsync_download"
97- mkdir -p " ${WORKDIR} /dbsync_download/bin "
98- tar -C " ${WORKDIR} /dbsync_download/bin " -xzf " $DBSYNC_TAR_FILE " || exit 1
97+ mkdir -p " ${WORKDIR} /dbsync_download/"
98+ tar -C " ${WORKDIR} /dbsync_download/" -xzf " $DBSYNC_TAR_FILE " || exit 1
9999 rm -f " $DBSYNC_TAR_FILE "
100100 rm -f db-sync-node
101101 ln -s " ${WORKDIR} /dbsync_download" db-sync-node || exit 1
You can’t perform that action at this time.
0 commit comments