jitsi-auth-dovecot.sh: fix error installing 'mercurial'..

This commit is contained in:
2020-05-24 02:44:09 +02:00
parent e392297a57
commit 898058fe7c
3 changed files with 6 additions and 6 deletions

View File

@@ -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