From 0215fa4c5e05c726e2ac0810c6ba883035d67fca Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 3 Jun 2020 06:36:51 -0500 Subject: [PATCH] Fix truncated lines --- quick_jibri_installer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 6a3a77d..d7b13b0 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -314,6 +314,8 @@ else echo "Please run letsencrypt.sh manually post-installation." elif [ "$ENABLE_SSL" = "yes" ]; then echo "SSL will be enabled." + fi + done fi #Dropbox -- no longer requirement for localrecording #while [[ $ENABLE_DB != yes && $ENABLE_DB != no ]]