Commit 87b0b0e0 by Michael Scherer

Fix #9704, correctly set changed as false when nothing is done

parent 1bae4e4d
...@@ -673,6 +673,7 @@ class LinuxService(Service): ...@@ -673,6 +673,7 @@ class LinuxService(Service):
# Check if we're already in the correct state # Check if we're already in the correct state
if "3:%s" % action in out and "5:%s" % action in out: if "3:%s" % action in out and "5:%s" % action in out:
self.changed = False
return return
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment