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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user