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() {