From 898058fe7c8ada4e62747a3c7d708a1c5ca7dcd4 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 24 May 2020 02:44:09 +0200 Subject: [PATCH] jitsi-auth-dovecot.sh: fix error installing 'mercurial'.. --- jitsi-auth-dovecot.sh | 4 ++-- jitsi-post-install.sh | 4 ++-- jitsi-pre-install.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/jitsi-auth-dovecot.sh b/jitsi-auth-dovecot.sh index 7a5f9d0..b1d1279 100755 --- a/jitsi-auth-dovecot.sh +++ b/jitsi-auth-dovecot.sh @@ -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 diff --git a/jitsi-post-install.sh b/jitsi-post-install.sh index 04e15a0..2c464c8 100755 --- a/jitsi-post-install.sh +++ b/jitsi-post-install.sh @@ -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" diff --git a/jitsi-pre-install.sh b/jitsi-pre-install.sh index 42419f0..73bc2d6 100755 --- a/jitsi-pre-install.sh +++ b/jitsi-pre-install.sh @@ -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"