jitsi-auth-dovecot.sh: fix error installing 'mercurial'..
This commit is contained in:
parent
e392297a57
commit
898058fe7c
@ -404,7 +404,7 @@ fi
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
echo -e "\t\033[32mStart pre-install script for BigBlueButton Service with the following parameters\033[m"
|
||||
echo -e "\t\033[32mStart jitsi-auth-dovecot.sh script for Jitsi Service with the following parameters\033[m"
|
||||
echo ""
|
||||
echo -e "\tFull qualified Hostname............: $FQHN_HOSTNAME"
|
||||
echo -e "\tHostname...........................: $HOSTNAME"
|
||||
@ -434,7 +434,7 @@ echo -e "\033[37m\033[1mSome Pre-installation stuff..\033[m"
|
||||
echo
|
||||
|
||||
echononl "Install distributed revision-control tool 'Mercurial'"
|
||||
if ! $(dpkg -s nginx-extras > "$log_file" 2>&1) ; then
|
||||
if ! $(dpkg -s mercurial > "$log_file" 2>&1) ; then
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y mercurial > "$log_file" 2>&1
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo_failed
|
||||
|
@ -228,7 +228,7 @@ FQHN_HOSTNAME=
|
||||
echo ""
|
||||
echo -e "\033[32m--\033[m"
|
||||
echo ""
|
||||
echo "Insert full qualified hostname for BigBlueButton Service"
|
||||
echo "Insert full qualified hostname for Jitsi-Meet Service"
|
||||
echo ""
|
||||
if [[ -n "$DEFAULT_FQHN_HOSTNAME" ]]; then
|
||||
while [[ "X${FQHN_HOSTNAME}" = "X" ]]; do
|
||||
@ -259,7 +259,7 @@ HOSTNAME="${FQHN_HOSTNAME%%.*}"
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
echo -e "\t\033[32mStart pre-install script for BigBlueButton Service with the following parameters\033[m"
|
||||
echo -e "\t\033[32mStart post-install script for Jitsi-Meet Service with the following parameters\033[m"
|
||||
echo ""
|
||||
echo -e "\tFull qualified Hostname..: $FQHN_HOSTNAME"
|
||||
echo -e "\tHostname.................: $HOSTNAME"
|
||||
|
@ -230,7 +230,7 @@ FQHN_HOSTNAME=
|
||||
echo ""
|
||||
echo -e "\033[32m--\033[m"
|
||||
echo ""
|
||||
echo "Insert full qualified hostname for BigBlueButton Service"
|
||||
echo "Insert full qualified hostname for Jitsi-Meet Service"
|
||||
echo ""
|
||||
if [[ -n "$DEFAULT_FQHN_HOSTNAME" ]]; then
|
||||
while [[ "X${FQHN_HOSTNAME}" = "X" ]]; do
|
||||
@ -307,7 +307,7 @@ done
|
||||
|
||||
echo ""
|
||||
echo ""
|
||||
echo -e "\t\033[32mStart pre-install script for BigBlueButton Service with the following parameters\033[m"
|
||||
echo -e "\t\033[32mStart pre-install script for Jitsi-Meet Service with the following parameters\033[m"
|
||||
echo ""
|
||||
echo -e "\tFull qualified Hostname..: $FQHN_HOSTNAME"
|
||||
echo -e "\tHostname.................: $HOSTNAME"
|
||||
|
Loading…
Reference in New Issue
Block a user