This reverts commit d838a9021a
.
was not a typo, 'ed' is added later on and 'stop' goes to 'stopped'
This commit is contained in:
parent
c3c54302af
commit
621f273767
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ class Svc(object):
|
|||
if re.search(' up ', out):
|
||||
self.state = 'start'
|
||||
elif re.search(' down ', out):
|
||||
self.state = 'stop'
|
||||
self.state = 'stopp'
|
||||
else:
|
||||
self.state = 'unknown'
|
||||
return
|
||||
|
|
Loading…
Reference in a new issue