forked from switnet/quick-jibri-installer
minor visual style
This commit is contained in:
parent
7ff3f961cd
commit
748cc905b9
|
@ -62,7 +62,7 @@ Installing nginx webserver!
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
check_snd_driver() {
|
check_snd_driver() {
|
||||||
# ALSA - Loopback
|
echo -e "\n# Checking ALSA - Loopback module..."
|
||||||
echo "snd-aloop" | tee -a /etc/modules
|
echo "snd-aloop" | tee -a /etc/modules
|
||||||
modprobe snd-aloop
|
modprobe snd-aloop
|
||||||
if [ "$(lsmod | grep snd_aloop | head -n 1 | cut -d " " -f1)" = "snd_aloop" ]; then
|
if [ "$(lsmod | grep snd_aloop | head -n 1 | cut -d " " -f1)" = "snd_aloop" ]; then
|
||||||
|
|
Loading…
Reference in New Issue