diff options
author | Erik Johnston <erik@matrix.org> | 2014-08-22 12:06:27 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-08-22 12:06:27 +0100 |
commit | c7d7bc02543eb0d2b794d8d70b23e27616384222 (patch) | |
tree | 7ae3dc0ac4560b973f439d6ffb09397447c0bc78 /database-save.sh | |
parent | Check if the membership message was for the room we were in before updating t... (diff) | |
download | synapse-c7d7bc02543eb0d2b794d8d70b23e27616384222.tar.xz |
Allow people to specify database location in database-save.sh
Diffstat (limited to 'database-save.sh')
-rwxr-xr-x | database-save.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database-save.sh b/database-save.sh index c80f676f76..040c8a4943 100755 --- a/database-save.sh +++ b/database-save.sh @@ -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 |