forked from switnet/quick-jibri-installer
Fix comment
This commit is contained in:
parent
55bbdc7938
commit
3f65b27620
|
@ -72,11 +72,10 @@ else
|
||||||
echo "
|
echo "
|
||||||
#-----------------------------------------------------------------------
|
#-----------------------------------------------------------------------
|
||||||
# Your audio driver might not be able to load, once the installation
|
# Your audio driver might not be able to load, once the installation
|
||||||
# is complete and server restarted, please run: `lsmod | grep snd_aloop'
|
# is complete and server restarted, please run: \`lsmod | grep snd_aloop'
|
||||||
# to make sure it did. If not, any feedback for your setup is welcome.
|
# to make sure it did. If not, any feedback for your setup is welcome.
|
||||||
#-----------------------------------------------------------------------"
|
#-----------------------------------------------------------------------"
|
||||||
read -n 1 -s -r -p "Press any key to continue...$'\n'
|
read -n 1 -s -r -p "Press any key to continue..."$'\n'
|
||||||
"
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
update_certbot() {
|
update_certbot() {
|
||||||
|
|
Loading…
Reference in New Issue