1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-12 17:07:23 +01:00
This commit is contained in:
downtownallday
2020-06-02 16:58:05 -04:00
parent 504de9874f
commit c0a2e048b3
2 changed files with 1 additions and 7 deletions

View File

@@ -103,9 +103,6 @@ mgmt_create_user() {
record "[create user $email]"
mgmt_rest POST /admin/mail/users/add "email=$email" "password=$pass"
rc=$?
if echo "$REST_OUTPUT" | grep "updated DNS:" >/dev/null; then
systemctl_reset "nsd.service"
fi
return $rc
}