Fix desktop data directory
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
This commit is contained in:
parent
8f0955bea9
commit
0462426b97
|
@ -111,7 +111,8 @@ void RCTStatus::startNode(QString configString) {
|
|||
configJSON["KeyStoreDir"] = rootDir.absoluteFilePath("keystore");
|
||||
configJSON["LogFile"] = d_gethLogFilePath;
|
||||
|
||||
shhextConfig["BackupDisabledDataDir"] = absDataDirPath;
|
||||
shhextConfig["BackupDisabledDataDir"] = rootDirPath;
|
||||
|
||||
configJSON["ShhExtConfig"] = shhextConfig;
|
||||
|
||||
const QJsonDocument& updatedJsonDoc = QJsonDocument::fromVariant(configJSON);
|
||||
|
|
Loading…
Reference in New Issue