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):
|
if re.search(' up ', out):
|
||||||
self.state = 'start'
|
self.state = 'start'
|
||||||
elif re.search(' down ', out):
|
elif re.search(' down ', out):
|
||||||
self.state = 'stop'
|
self.state = 'stopp'
|
||||||
else:
|
else:
|
||||||
self.state = 'unknown'
|
self.state = 'unknown'
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue