Commit b274fb97 by Scott Sturdivant

Fixes #2991: Service module pattern argument ignored.

parent 8f3b2b28
......@@ -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