lib/raidfile/RaidFileController.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- boxbackup-0.11~rc2.orig/lib/raidfile/RaidFileController.h
+++ boxbackup-0.11~rc2/lib/raidfile/RaidFileController.h
@@ -121,7 +121,7 @@
public:
void Initialise(const std::string& rConfigFilename =
- "/etc/box/raidfile.conf");
+ "/etc/boxbackup/raidfile.conf");
int GetNumDiscSets() {return mSetList.size();}
// --------------------------------------------------------------------------