From 4b1473d5161bdef13faf716973ba66f4b78d2f91 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Fri, 19 Feb 2021 15:36:50 -0600 Subject: [PATCH] Update url --- tools/test-jibri-env.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/test-jibri-env.sh b/tools/test-jibri-env.sh index 27939a3..e7fc46a 100644 --- a/tools/test-jibri-env.sh +++ b/tools/test-jibri-env.sh @@ -212,16 +212,16 @@ if [ "$(grep -c "ignore-certificate-errors" $JIBRI_CONF)" != 0 ]; then https://github.com/switnet-ltd/quick-jibri-installer/issues\n" T6_1="0.1" else -echo -e "\n> The jibri config may be missing the required chrome flags. \xE2\x9C\x96 \nPlease check:\n https://github.com/switnet-ltd/quick-jibri-installer/blob/unstable/quick_jibri_installer.sh#L820 \n\nIf you think there maybe an error on checking you current jibri configuration.\nPlease report this to \ +echo -e "\n> The jibri config may be missing the required chrome flags. \xE2\x9C\x96 \nPlease check:\n https://github.com/switnet-ltd/quick-jibri-installer/blob/master/quick_jibri_installer.sh#L820 \n\nIf you think there maybe an error on checking you current jibri configuration.\nPlease report this to \ https://github.com/switnet-ltd/quick-jibri-installer/issues\n" T6_1=0 fi TEST_TOTAL=$(awk "BEGIN{ print $T1 + $T2 + $T3 + $T4 + $T5 + $T6 + $T6_1 }") echo " -########################### +############################## \ Score: $TEST_TOTAL out of 6.1 -########################### +############################## " echo -e "\nJibri Test complete, thanks for testing.\n"