mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Merge pull request #13735 from lyft/another-fix-for-supervisord
Fix incorrect already running to already started message check for super...
This commit is contained in:
commit
317669a531
@ -27,7 +27,7 @@ def _check_error(result, success_message):
|
||||
ret = {}
|
||||
|
||||
if 'ERROR' in result:
|
||||
if 'already running' in result:
|
||||
if 'already started' in result:
|
||||
ret['comment'] = success_message
|
||||
elif 'not running' in result:
|
||||
ret['comment'] = success_message
|
||||
|
Loading…
Reference in New Issue
Block a user