From 1309243d698e6ad70e6a700f7ca25cc3e2ab57eb Mon Sep 17 00:00:00 2001 From: kaibae19 <99116238+kaibae19@users.noreply.github.com> Date: Sun, 3 Apr 2022 16:39:36 -0700 Subject: [PATCH] Update questions.sh --- setup/questions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/questions.sh b/setup/questions.sh index 580a9c8f..d43dec49 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -98,7 +98,7 @@ if [ $DAV_HOSTNAME == $PRIMARY_HOSTNAME ]; then if [ -z "${RC_DOCK:-}"]; then RC_DOCK=n 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 \ RC_DOCK fi