From ed85482a24fde65e9f4fa8f7a2b7c474be829767 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Sun, 4 Aug 2019 17:03:10 +0200 Subject: [PATCH] Display server IP --- wo/cli/plugins/stack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 739dec5..f91b2d6 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -610,7 +610,7 @@ class WOStackController(CementBaseController): .format(passwd)]) self.msg = (self.msg + ["WordOps backend is available " "on https://{0}:22222" - .format(server_ip)]) + .format(server_ip.text)]) else: WOService.restart_service(self, 'nginx')