From 3f65b276204b5b0f224ede41659778d5d450a57e Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 29 Apr 2020 06:36:51 -0500 Subject: [PATCH] Fix comment --- quick_jibri_installer.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index b23a520..925fdb4 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -72,11 +72,10 @@ else echo " #----------------------------------------------------------------------- # 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. #-----------------------------------------------------------------------" -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 } update_certbot() {