From 3a35cfa1b4352c24ba45a40f0f21298b0a0b895d Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 14 Nov 2023 11:32:43 -0600 Subject: [PATCH] quick_jibri_installer.sh: yet another style fix --- quick_jibri_installer.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 6c4ffbb..5940dfe 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -1111,8 +1111,8 @@ if [ -f "$WS_CONF" ]; then sed -i "/$WS_MATCH1/i \\\n" "$WS_CONF" systemctl reload nginx else - echo "No app configuration done to server file, please report to: - -> https://forge.switnet.net/switnet/quick-jibri-installer/issues" + echo "No app configuration done to server file, please report to:" + echo " -> https://forge.switnet.net/switnet/quick-jibri-installer/issues" fi #Static avatar if [ "$ENABLE_SA" = "yes" ] && [ -f "$WS_CONF" ]; then @@ -1131,8 +1131,8 @@ if [ "$DROP_TLS1" = "yes" ];then elif [ "$DROP_TLS1" = "no" ];then printf "\nNo TLSv1/1.1 dropping was done.\n\n" else - echo "No condition meet, please report to -https://forge.switnet.net/switnet/quick-jibri-installer/issues " + echo -n "No condition meet, please report to:" + echo "https://forge.switnet.net/switnet/quick-jibri-installer/issues" fi sleep .1 #================== Setup prosody conf file ================= @@ -1294,7 +1294,7 @@ if [ -f "$WS_CONF" ]; then else printf "No interface_config.js configuration done to server file," printf " please report to:" - printf " -> https://forge.switnet.net/switnet/quick-jibri-installer/issues" + printf " -> https://forge.switnet.net/switnet/quick-jibri-installer/issues" fi #JRA via Nextcloud if [ "$ENABLE_NC_ACCESS" = "yes" ]; then