Commit 698b2fe9 by Michael DeHaan

Merge pull request #2992 from SirScott/service_pattern

Fixes #2991: Service module pattern argument ignored.
parents 84623441 b274fb97
......@@ -972,7 +972,8 @@ def main():
# Collect service status
if service.pattern:
service.check_ps()
service.get_service_status()
else:
service.get_service_status()
# Calculate if request will change service state
service.check_service_changed()
......
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