We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa72528 commit f83e9c0Copy full SHA for f83e9c0
bin/run-node
@@ -103,7 +103,7 @@ if ! test -e ${CARDANO_DATABASE_PATH}/protocolMagicId; then
103
cd $(dirname ${CARDANO_DATABASE_PATH})
104
export AGGREGATOR_ENDPOINT GENESIS_VERIFICATION_KEY SNAPSHOT_DIGEST
105
echo "Starting: /usr/local/bin/mithril-client cardano-db download ${SNAPSHOT_DIGEST}"
106
- if [[ $(cd ${CARDANO_DATABASE_PATH}; pwd -P) != $(pwd -P)/db ]]; then
+ if [[ $(cd ${CARDANO_DATABASE_PATH} 2>/dev/null; pwd -P) != $(pwd -P)/db ]]; then
107
rm -rf db/*
108
fi
109
# Handle SIGTERM during initial sync
0 commit comments