diff --git a/modules/react-native-status/desktop/rctstatus.cpp b/modules/react-native-status/desktop/rctstatus.cpp index 08b35733fe..17bfc4c468 100644 --- a/modules/react-native-status/desktop/rctstatus.cpp +++ b/modules/react-native-status/desktop/rctstatus.cpp @@ -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);