Skip to content

Commit 07b5dd0

Browse files
committed
use app from path
1 parent ee1a11c commit 07b5dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/rosetta/scripts/docker-start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ MINA_DAEMON_PID=$!
116116
sleep 30
117117

118118
echo "========================= POPULATING MISSING BLOCKS ==========================="
119-
TIMEOUT=3600 /etc/mina/archive/missing-blocks-guardian.sh daemon &
119+
TIMEOUT=3600 mina-missing-blocks-guardian daemon &
120120

121121
if ! kill -0 "${MINA_DAEMON_PID}"; then
122122
echo "[FATAL] Mina daemon failed to start, exiting docker-start.sh"

0 commit comments

Comments
 (0)