Commit 37eaeaae authored by Fabio Bas's avatar Fabio Bas
Browse files

servatrice: as a third choice, check for a config in /etc/servatrice/

parent 85a4a94b
......@@ -23,7 +23,7 @@ QString SettingsCache::guessConfigurationPath(QString & specificPath)
#ifdef Q_OS_UNIX
// /etc
guessFileName = "/etc/" + fileName;
guessFileName = "/etc/servatrice/" + fileName;
if(QFile::exists(guessFileName))
return guessFileName;
#endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment