aboutsummaryrefslogtreecommitdiff
path: root/tests/instrumentation/docker/maddy/entrypoint.sh
diff options
context:
space:
mode:
authorQuentin <quentin@dufour.io>2024-01-08 10:39:15 +0000
committerQuentin <quentin@dufour.io>2024-01-08 10:39:15 +0000
commit42a54b2c500294c594f3efdd25db28c18f5ac238 (patch)
treee43a11753472f1917ce4aa6ddba24ae3a513bd50 /tests/instrumentation/docker/maddy/entrypoint.sh
parent72f9a221ed2318d8ca3452b6574c900be923d3d5 (diff)
parent152d5b7604337fe19a7aea7fc37b3d4615ca7393 (diff)
downloadaerogramme-42a54b2c500294c594f3efdd25db28c18f5ac238.tar.gz
aerogramme-42a54b2c500294c594f3efdd25db28c18f5ac238.zip
Merge branch 'main' into feat/search
Diffstat (limited to 'tests/instrumentation/docker/maddy/entrypoint.sh')
-rwxr-xr-xtests/instrumentation/docker/maddy/entrypoint.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/instrumentation/docker/maddy/entrypoint.sh b/tests/instrumentation/docker/maddy/entrypoint.sh
index f875624..e42a34a 100755
--- a/tests/instrumentation/docker/maddy/entrypoint.sh
+++ b/tests/instrumentation/docker/maddy/entrypoint.sh
@@ -3,7 +3,7 @@
maddy -config /data/maddy.conf run &
sleep 2
-maddyctl creds create --password pass test@example.com
-maddyctl imap-acct create test@example.com
+maddy creds create --password pass test@example.com
+maddy imap-acct create test@example.com
wait