jitsi-auth-dovecot.sh: fix error installing 'mercurial'..
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user