Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
RunOnFluxBot committed Nov 30, 2024
1 parent 9959350 commit 97b43bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions services/systemService.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 97b43bd

Please sign in to comment.