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 ee1a11c commit 07b5dd0Copy full SHA for 07b5dd0
src/app/rosetta/scripts/docker-start.sh
@@ -116,7 +116,7 @@ MINA_DAEMON_PID=$!
116
sleep 30
117
118
echo "========================= POPULATING MISSING BLOCKS ==========================="
119
-TIMEOUT=3600 /etc/mina/archive/missing-blocks-guardian.sh daemon &
+TIMEOUT=3600 mina-missing-blocks-guardian daemon &
120
121
if ! kill -0 "${MINA_DAEMON_PID}"; then
122
echo "[FATAL] Mina daemon failed to start, exiting docker-start.sh"
0 commit comments