diff options
| author | Russ Allbery <rra@stanford.edu> | 2012-03-29 13:53:42 -0700 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2012-03-29 13:53:42 -0700 | 
| commit | 7b9d4ca1375949349c9be4456a8963c7e85baa9b (patch) | |
| tree | b85a3157a9387b779702256b237114837c871d55 | |
| parent | d1b8e344838f2f71df028e48e5b2751ba09a3b8b (diff) | |
Fix incorrect wallet.conf path in the setup documentation
| -rw-r--r-- | docs/setup | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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'; | 
