mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-30 18:50:53 +00:00 
			
		
		
		
	output/text tweaks
This commit is contained in:
		
							parent
							
								
									10a37cd033
								
							
						
					
					
						commit
						24ff0e04b1
					
				| @ -12,7 +12,7 @@ | |||||||
| # Adapted from http://blog.codefront.net/2007/06/11/nginx-php-and-a-php-fastcgi-daemon-init-script/ | # 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 | PATH=/sbin:/usr/sbin:/bin:/usr/bin | ||||||
| DESC="Mail-in-a-Box Mgmt" | DESC="Mail-in-a-Box Management Daemon" | ||||||
| NAME=mailinabox | NAME=mailinabox | ||||||
| DAEMON=/usr/local/bin/mailinabox-daemon | DAEMON=/usr/local/bin/mailinabox-daemon | ||||||
| PIDFILE=/var/run/$NAME.pid | PIDFILE=/var/run/$NAME.pid | ||||||
|  | |||||||
| @ -3,8 +3,8 @@ if [ -z "$NONINTERACTIVE" ]; then | |||||||
| 	# this was being able to ask the user for input even if stdin has been redirected, | 	# 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 | 	# 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 | 	# case, the nifty '[ -t 0 ]' test won't work. But with Vagrant we must suppress so we | ||||||
| 	# use a shell flag instead. | 	# use a shell flag instead. Really supress any output from installing dialog. | ||||||
| 	apt_install dialog | 	hide_output apt-get -y install dialog | ||||||
| 	message_box "Mail-in-a-Box Installation" \ | 	message_box "Mail-in-a-Box Installation" \ | ||||||
| 		"Hello and thanks for deploying a Mail-in-a-Box! | 		"Hello and thanks for deploying a Mail-in-a-Box! | ||||||
| 		\n\nI'm going to ask you a few questions. | 		\n\nI'm going to ask you a few questions. | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user