From 7b9d4ca1375949349c9be4456a8963c7e85baa9b Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 29 Mar 2012 13:53:42 -0700 Subject: Fix incorrect wallet.conf path in the setup documentation --- docs/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/setup b/docs/setup index 5a0036f..b8854fc 100644 --- a/docs/setup +++ b/docs/setup @@ -34,7 +34,7 @@ SQLite Database Setup SQLite is very nice in that you don't have to create the database first. You don't even have to create the file. Just create - /etc/wallet.conf with something like: + /etc/wallet/wallet.conf with something like: $DB_DRIVER = 'SQLite'; $DB_INFO = '/path/to/database'; -- cgit v1.2.3