From 401b0526a304d0dce364dc4e23634985f41531ee Mon Sep 17 00:00:00 2001 From: Sony? Date: Sun, 14 Feb 2016 19:40:43 +0100 Subject: [PATCH 1/2] Added a warning to the installation / setup script See pull request #638 and issue #635 for more information. --- setup/questions.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup/questions.sh b/setup/questions.sh index eebb5336..ca7e553b 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -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. From 6182347641eb708568b6db5dbdde0377a9afe5e1 Mon Sep 17 00:00:00 2001 From: Sony? Date: Sun, 14 Feb 2016 20:24:00 +0100 Subject: [PATCH 2/2] spelling box->Box --- setup/questions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/questions.sh b/setup/questions.sh index ca7e553b..2c000d74 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -19,7 +19,7 @@ if [ -z "$NONINTERACTIVE" ]; then "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\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." + \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.