Skip to content

Commit

Permalink
chore: fix start script
Browse files Browse the repository at this point in the history
  • Loading branch information
myrkvi committed Aug 23, 2024
1 parent fd9c6c9 commit 628b36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ -f "$DB_PATH" ]]; then
echo "Existing database is $(stat -c %s "${DB_PATH}") bytes"
else
echo "Restoring database from replica"
litestream restore -if-replica-exists -v "${DB_PATH}"
litestream restore -if-replica-exists "${DB_PATH}"
fi

litestream replicate -exec "${START_COMMAND}"

0 comments on commit 628b36f

Please sign in to comment.