add stdout

This commit is contained in:
wh1te909
2024-03-12 05:22:32 +00:00
parent 98eb3c7287
commit 56aeeee04c

View File

@@ -67,6 +67,11 @@ class Command(BaseCommand):
core = CoreSettings.objects.first()
if core.sync_mesh_with_trmm:
self.stdout.write(
self.style.SUCCESS(
"Syncing trmm users/permissions with meshcentral, this might take a long time...please wait..."
)
)
sync_mesh_perms_task()
self.stdout.write("Post update tasks finished")