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";