Skip to content

Commit

Permalink
Remove litestream verbose flag (#574)
Browse files Browse the repository at this point in the history
Addresses #573 

Removing `-v` from the `litestream restore` command as it is now the
default.
  • Loading branch information
danielmichaels authored Jun 7, 2024
1 parent f1f314f commit 3c3c5b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [[ "${IS_LITESTREAM_ENABLED}" == 'true' ]]; then
else
echo "No existing database found"
# Restore database from remote storage.
/app/litestream restore -if-replica-exists -v "${DB_PATH}"
/app/litestream restore -if-replica-exists "${DB_PATH}"
fi

# Let Litestream start PicoShare as a child process
Expand Down

0 comments on commit 3c3c5b4

Please sign in to comment.