svc: fix a typo (#62174)

pull/62209/head
Andrey Klychkov 5 years ago committed by Brian Coca
parent c170ab5e31
commit d838a9021a

@ -196,7 +196,7 @@ class Svc(object):
if re.search(' up ', out):
self.state = 'start'
elif re.search(' down ', out):
self.state = 'stopp'
self.state = 'stop'
else:
self.state = 'unknown'
return

Loading…
Cancel
Save