Commit c289ba1b by Toshio Kuratomi

Merge pull request #9084 from mscherer/fix9704/fix_service

Fix #9704, correctly set changed as false when nothing is done
parents 5c49997a 87b0b0e0
......@@ -673,6 +673,7 @@ class LinuxService(Service):
# Check if we're already in the correct state
if "3:%s" % action in out and "5:%s" % action in out:
self.changed = False
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