mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-08-03 15:34:06 +00:00
Add color-coded error message for missing mailcow.conf
This commit is contained in:
parent
b0339372b5
commit
cc0dc2eae0
1 changed files with 1 additions and 1 deletions
|
|
@ -404,7 +404,7 @@ while (($#)); do
|
|||
shift
|
||||
done
|
||||
|
||||
[[ ! -f mailcow.conf ]] && { echo "mailcow.conf is missing! Is mailcow installed?"; exit 1;}
|
||||
[[ ! -f mailcow.conf ]] && { echo -e "\e[31mmailcow.conf is missing! Is mailcow installed?\e[0m"; exit 1;}
|
||||
|
||||
chmod 600 mailcow.conf
|
||||
source mailcow.conf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue