1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

hide lots of unnecessary and scary output during setup

This commit is contained in:
Joshua Tauberer
2014-07-16 09:06:45 -04:00
parent 465aaf2d30
commit 023cd12e1a
12 changed files with 70 additions and 29 deletions

View File

@@ -2,8 +2,9 @@ source setup/functions.sh # load our functions
# Base system configuration.
apt-get -qq update
apt-get -qq -y upgrade
echo Updating system packages...
hide_output apt-get update
hide_output apt-get -y upgrade
# Install basic utilities.
@@ -60,4 +61,4 @@ if ! grep -q "listen-on " /etc/bind/named.conf.options; then
sed -i "s/^}/\n\tlisten-on { 127.0.0.1; };\n}/" /etc/bind/named.conf.options
fi
service bind9 restart
restart_service bind9