aboutsummaryrefslogtreecommitdiff
path: root/tests/instrumentation/docker/maddy/entrypoint.sh
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-07 21:53:28 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-07 21:53:28 +0100
commit1531600fd0a28654e588f5ce599ef86f58decea1 (patch)
tree7a538d1e86656a62fc9aec61d26f9cf9860d6cec /tests/instrumentation/docker/maddy/entrypoint.sh
parent44ca458c5cf666246e472dea9be70b745a130e8c (diff)
downloadaerogramme-1531600fd0a28654e588f5ce599ef86f58decea1.tar.gz
aerogramme-1531600fd0a28654e588f5ce599ef86f58decea1.zip
update maddy and cyrus
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