From 748cc905b973cfb260191915629cf3478937c5b0 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 7 Oct 2020 13:19:20 -0500 Subject: [PATCH] minor visual style --- 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 89962f2..d3884c7 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -62,7 +62,7 @@ Installing nginx webserver! fi } check_snd_driver() { -# ALSA - Loopback +echo -e "\n# Checking ALSA - Loopback module..." echo "snd-aloop" | tee -a /etc/modules modprobe snd-aloop if [ "$(lsmod | grep snd_aloop | head -n 1 | cut -d " " -f1)" = "snd_aloop" ]; then