0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-05-20 20:43:45 +02:00

Allow people to specify database location in database-save.sh

This commit is contained in:
Erik Johnston 2014-08-22 12:06:27 +01:00
parent f3cea238b9
commit c7d7bc0254

View file

@ -8,7 +8,7 @@
#
# $ sqlite3 homeserver.db < table-save.sql
sqlite3 homeserver.db <<'EOF' >table-save.sql
sqlite3 "$1" <<'EOF' >table-save.sql
.dump users
.dump access_tokens
.dump presence