Fix desktop data directory

Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
Andrea Maria Piana 2019-02-21 15:51:00 +01:00
parent 8f0955bea9
commit 0462426b97
No known key found for this signature in database
GPG Key ID: AA6CCA6DE0E06424
1 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,8 @@ void RCTStatus::startNode(QString configString) {
configJSON["KeyStoreDir"] = rootDir.absoluteFilePath("keystore"); configJSON["KeyStoreDir"] = rootDir.absoluteFilePath("keystore");
configJSON["LogFile"] = d_gethLogFilePath; configJSON["LogFile"] = d_gethLogFilePath;
shhextConfig["BackupDisabledDataDir"] = absDataDirPath; shhextConfig["BackupDisabledDataDir"] = rootDirPath;
configJSON["ShhExtConfig"] = shhextConfig; configJSON["ShhExtConfig"] = shhextConfig;
const QJsonDocument& updatedJsonDoc = QJsonDocument::fromVariant(configJSON); const QJsonDocument& updatedJsonDoc = QJsonDocument::fromVariant(configJSON);