From 5252c1f76bb3ab4823dce75f2082294a18936192 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Sun, 11 Oct 2020 02:16:36 -0500 Subject: [PATCH] Last echo display updates. --- add-jibri-node.sh | 1 + quick_jibri_installer.sh | 10 ++++------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/add-jibri-node.sh b/add-jibri-node.sh index 5a111ab..d1d360a 100644 --- a/add-jibri-node.sh +++ b/add-jibri-node.sh @@ -469,6 +469,7 @@ echo " ######################################################################## Node addition complete!! + IMPORTANT: The updated version of this file has been sent to the main server at the sync user home directory, please use that one in order to install new nodes. For security reason this version has been deleted diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index f037f73..0152007 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -217,9 +217,9 @@ So you can add a Jibri server on a instance with enough resources.\n" do read -p "> Do you want to disable local jibri service?: (yes or no)"$'\n' -r DISABLE_LOCAL_JIBRI if [ "$DISABLE_LOCAL_JIBRI" = "no" ]; then - echo "Please keep in mind that we might not support underpowered servers." + echo -e "Please keep in mind that we might not support underpowered servers.\n" elif [ "$DISABLE_LOCAL_JIBRI" = "yes" ]; then - echo "You can add dedicated jibri nodes later, see more at the wiki." + echo -e "You can add dedicated jibri nodes later, see more at the wiki.\n" fi done fi @@ -227,9 +227,7 @@ fi add_prosody_repo # Jitsi-Meet Repo -echo " -Add Jitsi repo -" +echo -e "\nAdd Jitsi repo\n" if [ "$JITSI_REPO" = "stable" ]; then echo "Jitsi stable repository already installed" else @@ -897,7 +895,7 @@ echo "No contidion meet, please report to https://github.com/switnet-ltd/quick-jibri-installer/issues " fi -echo -e"\nDisable \"Blur my background\" until new notice\n" +echo -e "\nDisable \"Blur my background\" until new notice\n" sed -i "s|'videobackgroundblur', ||" $INT_CONF #================== Setup prosody conf file =================