From 97b43bdd45c5248445c1cd283acc01625cd8fb86 Mon Sep 17 00:00:00 2001 From: RunOnFlux Date: Sat, 30 Nov 2024 09:48:33 +0000 Subject: [PATCH] Update from https://github.com/RunOnFlux/flux/commit/dc32272c3c523435c8dcbb09b51e8d04226781c3 --- services/systemService.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/systemService.js b/services/systemService.js index 71fd20bc..cf0cd41d 100644 --- a/services/systemService.js +++ b/services/systemService.js @@ -520,8 +520,12 @@ async function monitorSystem() { async function mongoDBConfig() { log.info('MongoDB file config verification...'); try { + // 897d2 is latest image file + // cdf6e is older image file + // other 2 ar existing fluxOS files const hashCurrent = hash(await fs.readFile('/etc/mongod.conf')); const vailidHashes = [ + '897d2185af295a1d53c0c096c8a70f606a1a6d41', 'cdf6ed6515ac061f5e6b6084af91767f42cd79d7', '4646c649230b8125c7894d618313039f20d1901b', '1b20cbacf63c4400d0bf90188615db78b9a7602e',