added invoke cleanup message
This commit is contained in:
parent
980ab1526d
commit
ece2f1c43f
1 changed files with 1 additions and 0 deletions
1
tasks.py
1
tasks.py
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue