Skip to content

Commit 8eeabed

Browse files
committed
Amend ANSI code
1 parent 9c86a58 commit 8eeabed

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

services

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ stoppingContainers () {
1212
docker-compose --log-level ERROR -f docker-compose/kurento-with-filters.yml -p fiware down -v --remove-orphans
1313
}
1414
startingContainers () {
15-
echo -e "Starting two containers - \033[1;35mKurento\033[0m and \033[1;30mKurento-Examples (${command})\033[0m"
15+
echo -e "Starting two containers - \033[1;35mKurento\033[0m and \033[1mKurento-Examples (${command})\033[0m"
1616
echo -e "- \033[1;35mKurento\033[0m is a Media Server"
17-
echo -e "- \033[1;30mKurento-Examples\033[0m displays a web app to access the web-cam"
17+
echo -e "- \033[1mKurento-Examples\033[0m displays a web app to access the web-cam"
1818
echo ""
1919
TUTORIAL_NAME=${command} docker-compose --log-level ERROR -f docker-compose/kurento-with-filters.yml -p fiware up -d --remove-orphans
2020
echo ""
@@ -36,9 +36,9 @@ case "${command}" in
3636
;;
3737
"start")
3838
stoppingContainers;
39-
echo -e "Starting two containers - \033[1;35mKurento\033[0m and \033[1;30mKurento-Examples (hello-world)\033[0m"
39+
echo -e "Starting two containers - \033[1;35mKurento\033[0m and \033[1mKurento-Examples (hello-world)\033[0m"
4040
echo -e "- \033[1;35mKurento\033[0m is a Media Server"
41-
echo -e "- \033[1;30mKurento-Examples\033[0m displays a web app to access the web-cam"
41+
echo -e "- \033[1mKurento-Examples\033[0m displays a web app to access the web-cam"
4242
echo ""
4343
docker-compose --log-level ERROR -f docker-compose/kurento.yml -p fiware up -d --remove-orphans
4444
echo ""
@@ -54,7 +54,7 @@ case "${command}" in
5454
;;
5555
"hello-world")
5656
stoppingContainers;
57-
echo -e "Starting two containers - \033[1;35mKurento\033[0m and \033[1;30mKurento-Examples (hello-world)\033[0m"
57+
echo -e "Starting two containers - \033[1;35mKurento\033[0m and \033[1mKurento-Examples (hello-world)\033[0m"
5858
docker-compose --log-level ERROR -f docker-compose/kurento.yml -p fiware up -d --remove-orphans
5959
echo ""
6060
echo -e "Now open \033[4mhttps://localhost:8443\033[0m"

0 commit comments

Comments
 (0)