mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 04:01:58 +00:00
agent: stop remapping restarting
This commit is contained in:
committed by
Keagan McClelland
parent
1da2da7e43
commit
414d8ae54a
@@ -710,7 +710,6 @@ remapAppMgrInfo jobCache serverApps = flip
|
|||||||
$ ((, infoResVersion) <$> HM.lookup appId tmpStatuses)
|
$ ((, infoResVersion) <$> HM.lookup appId tmpStatuses)
|
||||||
<|> (guard (not infoResIsConfigured || infoResIsRecoverable) $> (NeedsConfig, infoResVersion))
|
<|> (guard (not infoResIsConfigured || infoResIsRecoverable) $> (NeedsConfig, infoResVersion))
|
||||||
<|> (guard realViolations $> (BrokenDependencies, infoResVersion))
|
<|> (guard realViolations $> (BrokenDependencies, infoResVersion))
|
||||||
<|> (guard (infoResStatus == Restarting) $> (Crashed, infoResVersion))
|
|
||||||
in ( status
|
in ( status
|
||||||
, version
|
, version
|
||||||
, infoRes
|
, infoRes
|
||||||
|
|||||||
Reference in New Issue
Block a user