mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +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)
|
||||
<|> (guard (not infoResIsConfigured || infoResIsRecoverable) $> (NeedsConfig, infoResVersion))
|
||||
<|> (guard realViolations $> (BrokenDependencies, infoResVersion))
|
||||
<|> (guard (infoResStatus == Restarting) $> (Crashed, infoResVersion))
|
||||
in ( status
|
||||
, version
|
||||
, infoRes
|
||||
|
||||
Reference in New Issue
Block a user