Added a warning to the installation / setup script
See pull request #638 and issue #635 for more information.
This commit is contained in:
parent
2f24328608
commit
401b0526a3
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ if [ -z "$NONINTERACTIVE" ]; then
|
|||
message_box "Mail-in-a-Box Installation" \
|
||||
"Hello and thanks for deploying a Mail-in-a-Box!
|
||||
\n\nI'm going to ask you a few questions.
|
||||
\n\nTo change your answers later, just run 'sudo mailinabox' from the command line."
|
||||
\n\nTo change your answers later, just run 'sudo mailinabox' from the command line.
|
||||
\n\nNOTE: You should only install this on a brand new Ubuntu installation 100% dedicated to Mail-in-a-Box. Mail-in-a-box will, for example, remove apache2."
|
||||
fi
|
||||
|
||||
# The box needs a name.
|
||||
|
|
Loading…
Reference in a new issue