fix wrong sentence

This commit is contained in:
Adrien Marquès 2018-06-13 11:28:21 +02:00
parent 623a490879
commit 40a2a3fb23
1 changed files with 1 additions and 1 deletions

View File

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