From 5eac6a098ba85ffa934bb2849eb0f0ff0b136706 Mon Sep 17 00:00:00 2001 From: kaibae19 <99116238+kaibae19@users.noreply.github.com> Date: Mon, 4 Apr 2022 07:53:42 -0700 Subject: [PATCH] Update questions.sh --- setup/questions.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/questions.sh b/setup/questions.sh index e0c69a02..4bfe4a23 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -24,12 +24,12 @@ if [ -z "${NONINTERACTIVE:-}" ]; then \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 -if [ -z "${INSTALL:-}"]; then +if [ -z "${INSTALL:-}" ]; then INSTALL=m input_box "Where is Mail-in-a-Box installed?" \ "Are you installing Mail-in-a-Box on bare [m]etal or within [d]ocker? \ \n\n[m]etal or [d]ocker?" \ - "m" \ + m \ INSTALL fi