Commit d155aa87 authored by Joshua Tauberer's avatar Joshua Tauberer

if all system services are running, say so in the status checks rather than being totally silent

parent c0bfd6d1
......@@ -91,6 +91,9 @@ def run_services_checks(env):
finally:
s.close()
if ok:
env['out'].print_ok("All system services are running.")
return ok
def run_system_checks(env):
......
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