Skip to content

Commit f505704

Browse files
committed
fix: don’t keep an extra Bash process running
1 parent 807cf9c commit f505704

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/start_cardano-db-sync.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ CARDANO_DB_SYNC_EXE=$1
55

66
# Workaround for: https://github.com/input-output-hk/cardano-db-sync/issues/433
77
sleep 5;
8-
$CARDANO_DB_SYNC_EXE \
8+
exec $CARDANO_DB_SYNC_EXE \
99
--config /config/cardano-db-sync/config.json \
1010
--schema-dir /cardano-db-sync/schema/ \
1111
--socket-path /ipc/node.socket \
12-
--state-dir /data/db-sync
12+
--state-dir /data/db-sync

0 commit comments

Comments
 (0)