1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

show less output when updating DNS configuration

This commit is contained in:
Joshua Tauberer
2014-06-06 08:41:57 -04:00
parent 389c354c8f
commit f1dac1fe13
2 changed files with 31 additions and 13 deletions

View File

@@ -115,7 +115,7 @@ EOF
# Write the DNS configuration files.
sleep 5 # wait for the daemon to start
curl -d POSTDATA http://127.0.0.1:10222/dns/update
curl -s -d POSTDATA http://127.0.0.1:10222/dns/update
# If there aren't any mail users yet, create one.
if [ -z "`tools/mail.py user`" ]; then