minor visual style

This commit is contained in:
Luis Guzmán 2020-10-07 13:19:20 -05:00
parent 7ff3f961cd
commit 748cc905b9
1 changed files with 1 additions and 1 deletions

View File

@ -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