ConfigFile: Create the directory when using --confdir and it does not exist
authorOlivier Goffart <ogoffart@woboq.com>
Wed, 13 Jan 2016 09:31:02 +0000 (10:31 +0100)
committerOlivier Goffart <ogoffart@woboq.com>
Wed, 13 Jan 2016 09:31:02 +0000 (10:31 +0100)
commit272755e1ec4856f3baa32bb6269c73feef6cbbd5
tree269b6e64c9f1fe6aa292da182f94da490b0741bf
parent580b6e23491a8617df7aa065b7f003a0c8bcbe70
ConfigFile: Create the directory when using --confdir and it does not exist

Previously we would fail to start if the directory was not existing.
This was working for relative directory, but it should also work for
absolute ones

https://github.com/owncloud/enterprise/issues/970
src/libsync/configfile.cpp