From c4839ef4ee8ed85915ac6a7e30608e4e7c1966c9 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Tue, 14 Aug 2012 19:03:57 -0500 Subject: Admin/Init: Fix path to sqlite db file Option changed in 8b438fda. Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Server/Admin/Init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Server/Admin/Init.py') diff --git a/src/lib/Bcfg2/Server/Admin/Init.py b/src/lib/Bcfg2/Server/Admin/Init.py index 65194de06..cbcef3405 100644 --- a/src/lib/Bcfg2/Server/Admin/Init.py +++ b/src/lib/Bcfg2/Server/Admin/Init.py @@ -28,7 +28,7 @@ engine = sqlite3 # 'postgresql', 'mysql', 'mysql_old', 'sqlite3' or 'ado_mssql'. name = # Or path to database file if using sqlite3. -#/etc/brpt.sqlite is default path if left empty +#/bcfg2.sqlite is default path if left empty user = # Not used with sqlite3. password = -- cgit v1.2.3-1-g7c22