[updatenotification] Fix pm2 using detection when pm2 script is inside or outside MagicMirror root folder (#3605)

This will fix #3576 

@FrankBlackMG: 

I don't use `*env.unique_id` because some others modules can use pm2 too
for starting a service and unique_id is the same (this will make
confusion)
So I check `name` and `pm_id` for found it
This commit is contained in:
Bugsounet - Cédric
2024-10-28 10:32:39 +01:00
committed by GitHub
parent c96326b760
commit 399e2ae1da
2 changed files with 4 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ _This release is scheduled to be released on 2025-01-01._
### Fixed
- [updatenotification] Fix pm2 using detection when pm2 script is in MagicMirror root folder (#3576)
- [updatenotification] Fix pm2 using detection when pm2 script is inside or outside MagicMirror root folder (#3576) (#3605)
- [core] Fix loading node_helper of modules: avoid black screen, display errors and continue loading with next module (#3578)
- [weather] changed default value for weatherEndpoint of provider openweathermap to "/onecall" (#3574)
- [tests] fix electron tests with mock dates, the mock on server side was missing (#3597)