summaryrefslogtreecommitdiffstats
path: root/content/opt/davmail/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'content/opt/davmail/entrypoint.sh')
-rwxr-xr-xcontent/opt/davmail/entrypoint.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/content/opt/davmail/entrypoint.sh b/content/opt/davmail/entrypoint.sh
index 6555503..692c87c 100755
--- a/content/opt/davmail/entrypoint.sh
+++ b/content/opt/davmail/entrypoint.sh
@@ -20,8 +20,6 @@ if [ -n "$DAVMAIL_SSL_PASS" ]; then
fi
fi
-if [ -z "$DAVMAIL_SSL_PASS" ] || [ ! -s /etc/davmail/davmail.p12 ]
-
if [ -r "$CONFIG" ]; then
exec /opt/davmail/davmail.sh "$CONFIG"
else