1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00
This commit is contained in:
downtownallday
2020-06-02 18:18:35 -04:00
parent 773ae77cf3
commit bb66a7c32b
2 changed files with 6 additions and 2 deletions

View File

@@ -111,8 +111,6 @@ mgmt_create_user() {
systemctl status nsd.service >>$TEST_OF
record "[NSD LOG]"
cat /var/log/nsd.log >>$TEST_OF
netstat -alnp | grep 8952 >>$TEST_OF
ps -ejH >>$TEST_OF
fi
return $rc
}