1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2025-04-04 00:17:06 +00:00
This commit is contained in:
downtownallday 2020-06-02 17:27:53 -04:00
parent 8d033a4bdd
commit 5e1c60f5a2

View File

@ -109,6 +109,8 @@ mgmt_create_user() {
record "Sleeping 5 seconds for services to start"
sleep 5
systemctl status nsd.service >>$TEST_OF
record "[NSD LOG]"
cat /var/log/nsd.log >>$TEST_OF
fi
return $rc
}