Display domain type to acme process

This commit is contained in:
VirtuBox
2019-09-23 01:40:26 +02:00
parent 818e36afbc
commit 5249479c89
3 changed files with 9 additions and 1 deletions

View File

@@ -1594,7 +1594,7 @@ def setuprocketchat(self):
if ((not WOVariables.wo_platform_codename == 'bionic') and
(not WOVariables.wo_platform_codename == 'xenial')):
Log.info(self, "Rocket.chat is only available on Ubuntu 16.04 "
"& 18.04 LTS")
"& 18.04 LTS")
return False
else:
if not WOAptGet.is_installed(self, 'snapd'):