1
0
espelhamento de https://github.com/mail-in-a-box/mailinabox.git sincronizado 2026-06-21 10:38:58 +02:00
Esse commit está contido em:
downtownallday
2020-06-02 16:58:05 -04:00
commit c0a2e048b3
2 arquivos alterados com 1 adições e 7 exclusões

Ver Arquivo

@@ -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
}

Ver Arquivo

@@ -202,11 +202,8 @@ test_intl_domains() {
suite_start "management-users" mgmt_start
# for travis-ci
systemctl_reset "nsd.service"
test_mixed_case_users
test_mixed_case_domains
test_mixed_case_users
test_intl_domains
suite_end mgmt_end