From 9645b81f3ce98675fe8e6dac2ba0deb6c3abf958 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Wed, 17 Feb 2021 19:02:59 -0600 Subject: [PATCH] Reduce echos --- quick_jibri_installer.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 24c986e..e311283 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -32,10 +32,11 @@ CR=`echo $'\n> '` exit_ifinstalled() { if [ "$(dpkg-query -W -f='${Status}' $1 2>/dev/null | grep -c "ok installed")" == "1" ]; then - echo " This instance already has $1 installed, exiting..." - echo " Please try again on a clean system." - echo " If you think this is an error, please report to: - -> https://github.com/switnet-ltd/quick-jibri-installer/issues" + echo " +This instance already has $1 installed, exiting... +Please try again on a clean system. + If you think this is an error, please report to: + -> https://github.com/switnet-ltd/quick-jibri-installer/issues" exit fi }