From 973c78ebc68a8c0e208e125e412d978a4eef3137 Mon Sep 17 00:00:00 2001 From: Christoph Date: Sun, 25 Apr 2021 16:47:16 +0200 Subject: [PATCH] install_update_dovecot.sh: some minor changes in script output. --- install_update_dovecot.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/install_update_dovecot.sh b/install_update_dovecot.sh index 00fd51c..471698f 100755 --- a/install_update_dovecot.sh +++ b/install_update_dovecot.sh @@ -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