Skip to content

Commit 628b36f

Browse files
committed
chore: fix start script
1 parent fd9c6c9 commit 628b36f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if [[ -f "$DB_PATH" ]]; then
1515
echo "Existing database is $(stat -c %s "${DB_PATH}") bytes"
1616
else
1717
echo "Restoring database from replica"
18-
litestream restore -if-replica-exists -v "${DB_PATH}"
18+
litestream restore -if-replica-exists "${DB_PATH}"
1919
fi
2020

2121
litestream replicate -exec "${START_COMMAND}"

0 commit comments

Comments
 (0)