install_update_dovecot.sh: some minor changes in script output.

This commit is contained in:
Christoph 2021-04-25 16:47:16 +02:00
parent 7bae5e16bf
commit 973c78ebc6

View File

@ -573,7 +573,7 @@ mkdir -p $_log_dir
cd ${_src_base_dir} cd ${_src_base_dir}
echo "" echo ""
echo "Download sources.." echo -e "\033[1mDownload sources\033[m.."
## - Downloud Dovecot 2.2.x ## - Downloud Dovecot 2.2.x
## - ## -
@ -668,7 +668,7 @@ fi
## - Create Users/groups needed for dovecot ## - Create Users/groups needed for dovecot
echo "" echo ""
echo "Create required users/groups.." echo -e "\033[1mCreate required users/groups\033[m.."
echononl "\tCreate group dovecot.." echononl "\tCreate group dovecot.."
if ! grep dovecot /etc/group > /dev/null ; then if ! grep dovecot /etc/group > /dev/null ; then
addgroup --system --gid 91 dovecot > ${_log_dir}/system.log 2>&1 addgroup --system --gid 91 dovecot > ${_log_dir}/system.log 2>&1
@ -773,7 +773,7 @@ fi
## --- Install Base System ## --- Install Base System
echo "" echo ""
echo "Installing Base System.." echo -e "\033[1mInstalling Base System\033[m.."
## - Unpack dovecot sources ## - Unpack dovecot sources
## - ## -
@ -950,7 +950,7 @@ fi
_failed=false _failed=false
echo "" echo ""
echo "Configure Dovecot.." echo -e "\033[1mConfigure Dovecot\033[m.."
## - Copy example config files to the config directory ## - Copy example config files to the config directory
## - ## -
@ -2757,7 +2757,7 @@ fi # if $_new
echo echo
echo -e "Change (from lda) to lmtp-service" echo -e "\033[1mChange (from lda) to lmtp-service\033[m"
## ----------------- ## -----------------
## --- Change (from lda) to lmtp-service ## --- Change (from lda) to lmtp-service
@ -2897,7 +2897,7 @@ fi
## --- Configure quota support for dovecot ## --- Configure quota support for dovecot
echo echo
echo -e "Configure quota support for dovecot" echo -e "\033[1mConfigure quota support for dovecot\033[m"
## - take care quota plugins (quota,imap-quota) will ## - take care quota plugins (quota,imap-quota) will