diff --git a/conf/management-initscript b/conf/management-initscript index 2562e16e..5c6e892d 100755 --- a/conf/management-initscript +++ b/conf/management-initscript @@ -12,7 +12,7 @@ # Adapted from http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/ PATH=/sbin:/usr/sbin:/bin:/usr/bin -DESC="Mail-in-a-Box Mgmt" +DESC="Mail-in-a-Box Management Daemon" NAME=mailinabox DAEMON=/usr/local/bin/mailinabox-daemon PIDFILE=/var/run/$NAME.pid diff --git a/setup/questions.sh b/setup/questions.sh index 26bb8ac1..40b57baf 100644 --- a/setup/questions.sh +++ b/setup/questions.sh @@ -3,8 +3,8 @@ if [ -z "$NONINTERACTIVE" ]; then # this was being able to ask the user for input even if stdin has been redirected, # e.g. if we piped a bootstrapping install script to bash to get started. In that # case, the nifty '[ -t 0 ]' test won't work. But with Vagrant we must suppress so we - # use a shell flag instead. - apt_install dialog + # use a shell flag instead. Really supress any output from installing dialog. + hide_output apt-get -y install dialog 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.