1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-18 18:07:22 +01:00

Merge branch 'master' of https://github.com/nstanke/mailinabox into munin

This commit is contained in:
Joshua Tauberer
2015-05-25 16:03:45 +00:00
3 changed files with 94 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ source setup/webmail.sh
source setup/owncloud.sh
source setup/zpush.sh
source setup/management.sh
source setup/munin.sh
# Ping the management daemon to write the DNS and nginx configuration files.
while [ ! -f /var/lib/mailinabox/api.key ]; do
@@ -157,6 +158,9 @@ tools/web_update
# If there aren't any mail users yet, create one.
source setup/firstuser.sh
# Grant admins access to Munin
source tools/munin_update.sh
# Done.
echo
echo "-----------------------------------------------"