Skip to content
This repository has been archived by the owner on Nov 12, 2023. It is now read-only.

Commit

Permalink
Last echo display updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark74 committed Oct 11, 2020
1 parent e96a50e commit 5252c1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions add-jibri-node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 4 additions & 6 deletions quick_jibri_installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,19 +217,17 @@ 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
#Prosody repository
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
Expand Down Expand Up @@ -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 =================
Expand Down

0 comments on commit 5252c1f

Please sign in to comment.