mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-18 02:32:09 +00:00
Update questions.sh
This commit is contained in:
parent
dfbd86e287
commit
5eac6a098b
@ -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."
|
\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
|
fi
|
||||||
|
|
||||||
if [ -z "${INSTALL:-}"]; then
|
if [ -z "${INSTALL:-}" ]; then
|
||||||
INSTALL=m
|
INSTALL=m
|
||||||
input_box "Where is Mail-in-a-Box installed?" \
|
input_box "Where is Mail-in-a-Box installed?" \
|
||||||
"Are you installing Mail-in-a-Box on bare [m]etal or within [d]ocker? \
|
"Are you installing Mail-in-a-Box on bare [m]etal or within [d]ocker? \
|
||||||
\n\n[m]etal or [d]ocker?" \
|
\n\n[m]etal or [d]ocker?" \
|
||||||
"m" \
|
m \
|
||||||
INSTALL
|
INSTALL
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user