Fixed: SSL dir not created on Mac #4551

This commit is contained in:
Nick Bolton 2015-04-21 14:48:28 +01:00
parent dbc5da7a48
commit d184be31b5
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ void SslCertificate::generateCertificate()
QDir sslDir(sslDirPath);
if (!sslDir.exists()) {
sslDir.mkdir(".");
sslDir.mkpath(".");
}
QString filename = QString("%1%2%3")