1
0
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:
kaibae19 2022-04-03 16:39:36 -07:00
parent add052c4dc
commit 1309243d69

View File

@ -98,7 +98,7 @@ if [ $DAV_HOSTNAME == $PRIMARY_HOSTNAME ]; then
if [ -z "${RC_DOCK:-}"]; then if [ -z "${RC_DOCK:-}"]; then
RC_DOCK=n RC_DOCK=n
input_box "Run Roundcube Webmail in Docker" \ "By default Mail-in-a-Box installs Roundcube onto the host. \ input_box "Run Roundcube Webmail in Docker" \ "By default Mail-in-a-Box installs Roundcube onto the host. \
\n\nDo you want to run Roundcube Webmail in a Docker container instead?" \ \n\nDo you want to run Roundcube Webmail in a Docker container instead? (n/y)" \
n \ n \
RC_DOCK RC_DOCK
fi fi