From ccc9b6abb66ebda0b91b4e21f8ec2fb2e87390f7 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Wed, 27 Dec 2023 18:33:06 +0100 Subject: add a --dev mode --- tests/docker/maddy/entrypoint.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100755 tests/docker/maddy/entrypoint.sh (limited to 'tests/docker/maddy/entrypoint.sh') diff --git a/tests/docker/maddy/entrypoint.sh b/tests/docker/maddy/entrypoint.sh deleted file mode 100755 index f875624..0000000 --- a/tests/docker/maddy/entrypoint.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -maddy -config /data/maddy.conf run & - -sleep 2 -maddyctl creds create --password pass test@example.com -maddyctl imap-acct create test@example.com - -wait -- cgit v1.2.3