Display server IP

This commit is contained in:
VirtuBox
2019-08-04 17:03:10 +02:00
parent a56ea8776e
commit ed85482a24

View File

@@ -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')