install_update_dovecot.sh: some minor changes in script output.
This commit is contained in:
parent
7bae5e16bf
commit
973c78ebc6
@ -573,7 +573,7 @@ mkdir -p $_log_dir
|
||||
cd ${_src_base_dir}
|
||||
|
||||
echo ""
|
||||
echo "Download sources.."
|
||||
echo -e "\033[1mDownload sources\033[m.."
|
||||
|
||||
## - Downloud Dovecot 2.2.x
|
||||
## -
|
||||
@ -668,7 +668,7 @@ fi
|
||||
## - Create Users/groups needed for dovecot
|
||||
|
||||
echo ""
|
||||
echo "Create required users/groups.."
|
||||
echo -e "\033[1mCreate required users/groups\033[m.."
|
||||
echononl "\tCreate group dovecot.."
|
||||
if ! grep dovecot /etc/group > /dev/null ; then
|
||||
addgroup --system --gid 91 dovecot > ${_log_dir}/system.log 2>&1
|
||||
@ -773,7 +773,7 @@ fi
|
||||
## --- Install Base System
|
||||
|
||||
echo ""
|
||||
echo "Installing Base System.."
|
||||
echo -e "\033[1mInstalling Base System\033[m.."
|
||||
|
||||
## - Unpack dovecot sources
|
||||
## -
|
||||
@ -950,7 +950,7 @@ fi
|
||||
|
||||
_failed=false
|
||||
echo ""
|
||||
echo "Configure Dovecot.."
|
||||
echo -e "\033[1mConfigure Dovecot\033[m.."
|
||||
|
||||
## - Copy example config files to the config directory
|
||||
## -
|
||||
@ -2757,7 +2757,7 @@ fi # if $_new
|
||||
|
||||
|
||||
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
|
||||
@ -2897,7 +2897,7 @@ fi
|
||||
## --- Configure quota support for dovecot
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user