added invoke cleanup message

This commit is contained in:
Blake Harnden 2020-07-10 12:53:21 -07:00
parent 980ab1526d
commit ece2f1c43f

View file

@ -196,6 +196,7 @@ def cleanup(c):
"""
run core-cleanup removing leftover core nodes, bridges, directories
"""
print("running core-cleanup...")
c.run(f"sudo daemon/scripts/core-cleanup", pty=True)