From 838a78f8ba9fb0856f6b50d0392a43febe31c4b4 Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Mon, 15 Jul 2019 16:10:24 +0200 Subject: [PATCH] Add missing message about Nginx on debian --- wo/cli/plugins/stack.py | 1 + 1 file changed, 1 insertion(+) diff --git a/wo/cli/plugins/stack.py b/wo/cli/plugins/stack.py index 0666209..02bb8a4 100644 --- a/wo/cli/plugins/stack.py +++ b/wo/cli/plugins/stack.py @@ -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)