if all system services are running, say so in the status checks rather than being totally silent
This commit is contained in:
parent
c0bfd6d15f
commit
d155aa8745
|
@ -91,6 +91,9 @@ def run_services_checks(env):
|
||||||
finally:
|
finally:
|
||||||
s.close()
|
s.close()
|
||||||
|
|
||||||
|
if ok:
|
||||||
|
env['out'].print_ok("All system services are running.")
|
||||||
|
|
||||||
return ok
|
return ok
|
||||||
|
|
||||||
def run_system_checks(env):
|
def run_system_checks(env):
|
||||||
|
|
Loading…
Reference in New Issue