- When creating <rc.data.location>, also creates the hook subdirectory.
This commit is contained in:
Paul Beckingham
2014-05-13 17:13:07 -04:00
parent 12a2012f20
commit 446fd88b8b

View File

@@ -566,6 +566,9 @@ void Config::createDefaultData (const std::string& data)
throw std::string ("Error: rc.data.location does not exist - exiting according to rc.exit.on.missing.db setting.");
d.create ();
d += "hooks";
d.create ();
}
}