Add missing message about Nginx on debian

This commit is contained in:
VirtuBox
2019-07-15 16:10:24 +02:00
parent 26abac5a93
commit 838a78f8ba

View File

@@ -195,6 +195,7 @@ class WOStackController(CementBaseController):
WORepo.add(self, ppa=WOVariables.wo_nginx_repo)
Log.debug(self, 'Adding ppa for Nginx')
else:
Log.info(self, "Adding repository for NGINX, please wait...")
WORepo.add(self, repo_url=WOVariables.wo_nginx_repo)
Log.debug(self, 'Adding repository for Nginx')
WORepo.add_key(self, WOVariables.wo_nginx_key)