Hide some unnecessary configuration output

This commit is contained in:
David Duque 2022-11-21 01:54:18 +00:00
parent 465bd4dc57
commit 289f311c4f

View file

@ -37,7 +37,7 @@ fi
# be able to send or receive mail.
#
# This operation is idempotent so it's safe to run even in healthy databases, too.
echo "PRAGMA journal_mode=delete;" | sqlite3 $db_path;
echo "PRAGMA journal_mode=delete;" | sqlite3 $db_path > /dev/null
# ### User Authentication