From 90be29dc9548ef7128cd2c87d5ed3097c1f9945b Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 20 Jul 2020 04:56:46 -0500 Subject: [PATCH] Fix typo (cherry picked from commit cd10656b71d50517c9ea5fff59e19f3e5b4fd8c8) --- quick_jibri_installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 7e40f8f..d048700 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -191,7 +191,7 @@ while [[ $LE_SSL != yes && $LE_SSL != no ]] do read -p "> Do you plan to use Let's Encrypt SSL certs?: (yes or no)"$'\n' -r LE_SSL if [ $LE_SSL = yes ]; then - echo "We'll defaul to Let's Encrypt SSL cers." + echo "We'll defaul to Let's Encrypt SSL certs." elif [ $LE_SSL = no ]; then echo "We'll let you choose later on for it." fi