forked from shaba/openuds
added tree command to allow an full overview of uds data
This commit is contained in:
@@ -161,8 +161,8 @@ class Command(BaseCommand):
|
||||
|
||||
if not start and not stop:
|
||||
if pid:
|
||||
sys.stdout.write(
|
||||
self.stdout.write(
|
||||
"Task manager found running (pid file exists: {0})\n".format(pid)
|
||||
)
|
||||
else:
|
||||
sys.stdout.write("Task manager not foud (pid file do not exits)\n")
|
||||
self.stdout.write("Task manager not foud (pid file do not exits)\n")
|
||||
|
||||
Reference in New Issue
Block a user