Fixes #2991: Service module pattern argument ignored.

pull/2992/head
Scott Sturdivant 12 years ago
parent 8f3b2b281f
commit b274fb9774

@ -972,6 +972,7 @@ def main():
# Collect service status # Collect service status
if service.pattern: if service.pattern:
service.check_ps() service.check_ps()
else:
service.get_service_status() service.get_service_status()
# Calculate if request will change service state # Calculate if request will change service state

Loading…
Cancel
Save