From 0f061fe10a415dcccf5f1dbdeede4118a4cc17e3 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Fri, 28 Jun 2019 07:00:06 -0500 Subject: [PATCH] Avoid exit --- 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 dc7b383..c13312b 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -47,7 +47,7 @@ if [ "$(lsmod | grep snd_aloop | head -n 1 | cut -d " " -f1)" = "snd_aloop" ]; t echo "Audio driver seems ok." else echo "Seems to be an issue with your audio driver, please fix this before continue." - exit + #exit fi } update_certbot() {