From 40a2a3fb23bbb326bd5cffeda7db9f5cf8afa9e7 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Wed, 13 Jun 2018 11:28:21 +0200 Subject: [PATCH] fix wrong sentence --- install-scripts/installer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-scripts/installer b/install-scripts/installer index 7da7240..4bb14bd 100644 --- a/install-scripts/installer +++ b/install-scripts/installer @@ -192,7 +192,7 @@ echo -e " \e[34m(!)\e[0m - \e[34mweb files\e[0m (that will be shared betwe echo -e " \e[34m(!)\e[0m - \e[34menvironment files\e[0m (for continuous integration)"; echo -e " \e[34m(!)\e[0m - \e[34ma listening socket\e[0m (to accept incoming http requests)"; echo; -echo -e " \e[34m(!)\e[0m (3) in order for incoming requests to go follow the path:"; +echo -e " \e[34m(!)\e[0m (3) in order for incoming requests to follow the path:"; echo -e " \e[34m(!)\e[0m [remote] => [http server] => [docker]"; echo; echo -e " \e[34m(!)\e[0m we will install a reverse proxy on the http server ($http_installer) to";