Avoid exit

This commit is contained in:
Luis Guzmán 2019-06-28 07:00:06 -05:00
parent f7e40422ab
commit 0f061fe10a
1 changed files with 1 additions and 1 deletions

View File

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