Skip to content

Commit

Permalink
fix sequencer-entrypoing log (#2616)
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit authored Feb 13, 2025
2 parents 67330a1 + 02fab6e commit 182fecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sequencer-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ if [ "$ESPRESSO_SEQUENCER_EMBEDDED_DB" = "true" ]; then
echo "Starting sequencer with sqlite..."
/bin/sequencer-sqlite -- storage-sql "$@"
else
echo "Starting sequencer with postgres..."
echo "Starting sequencer..."
/bin/sequencer-postgres "$@"
fi

0 comments on commit 182fecb

Please sign in to comment.