quick_jibri_installer.sh: fix indention style #104

Merged
Ark74 merged 5 commits from Ark74/quick-jibri-installer:fix_indention_style1 into master 2023-11-21 08:38:05 +00:00
1 changed files with 5 additions and 5 deletions
Showing only changes of commit 3a35cfa1b4 - Show all commits

View File

@ -1111,8 +1111,8 @@ if [ -f "$WS_CONF" ]; then
sed -i "/$WS_MATCH1/i \\\n" "$WS_CONF" sed -i "/$WS_MATCH1/i \\\n" "$WS_CONF"
systemctl reload nginx systemctl reload nginx
else else
echo "No app configuration done to server file, please report to: echo "No app configuration done to server file, please report to:"
-> https://forge.switnet.net/switnet/quick-jibri-installer/issues" echo " -> https://forge.switnet.net/switnet/quick-jibri-installer/issues"
fi fi
#Static avatar #Static avatar
if [ "$ENABLE_SA" = "yes" ] && [ -f "$WS_CONF" ]; then if [ "$ENABLE_SA" = "yes" ] && [ -f "$WS_CONF" ]; then
@ -1131,8 +1131,8 @@ if [ "$DROP_TLS1" = "yes" ];then
elif [ "$DROP_TLS1" = "no" ];then elif [ "$DROP_TLS1" = "no" ];then
printf "\nNo TLSv1/1.1 dropping was done.\n\n" printf "\nNo TLSv1/1.1 dropping was done.\n\n"
else else
echo "No condition meet, please report to echo -n "No condition meet, please report to:"
https://forge.switnet.net/switnet/quick-jibri-installer/issues " echo "https://forge.switnet.net/switnet/quick-jibri-installer/issues"
fi fi
sleep .1 sleep .1
#================== Setup prosody conf file ================= #================== Setup prosody conf file =================