mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
Fix incorrect already running to already started message check for supervisord
This commit is contained in:
parent
502d9c895d
commit
6926912d39
@ -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