forked from switnet/quick-jibri-installer
Avoid exit
This commit is contained in:
parent
f7e40422ab
commit
0f061fe10a
|
@ -47,7 +47,7 @@ if [ "$(lsmod | grep snd_aloop | head -n 1 | cut -d " " -f1)" = "snd_aloop" ]; t
|
||||||
echo "Audio driver seems ok."
|
echo "Audio driver seems ok."
|
||||||
else
|
else
|
||||||
echo "Seems to be an issue with your audio driver, please fix this before continue."
|
echo "Seems to be an issue with your audio driver, please fix this before continue."
|
||||||
exit
|
#exit
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
update_certbot() {
|
update_certbot() {
|
||||||
|
|
Loading…
Reference in New Issue