From 1f38da7a19d7b90284cd6ebbc95923359ad5bd32 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Thu, 17 Jun 2021 01:27:51 -0500 Subject: [PATCH] Fix test number --- tools/test-jibri-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-jibri-env.sh b/tools/test-jibri-env.sh index b6f1ccf..ae87a22 100644 --- a/tools/test-jibri-env.sh +++ b/tools/test-jibri-env.sh @@ -219,7 +219,7 @@ T6_1=0 fi #T7 -echo -e "\n#5 -- Check for open communication port among Jibri and JMS --\n" +echo -e "\n#7 -- Check for open communication port among Jibri and JMS --\n" nc -z -v -w5 $JMS_DOMAIN 5222 if [ "$?" -ne 0 ]; then echo -e "Connection failed! \xE2\x9C\x96\n > You might want to check both Jibri & JMS firewall rules (TCP 5222)."