Skip to content

Commit

Permalink
use app from path
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Nov 21, 2024
1 parent ee1a11c commit 07b5dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/rosetta/scripts/docker-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ MINA_DAEMON_PID=$!
sleep 30

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

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

0 comments on commit 07b5dd0

Please sign in to comment.