From 379aab9d0faba1d2b0bfa8d9c28b105c882492e1 Mon Sep 17 00:00:00 2001 From: "James Z.M. Gao" Date: Wed, 4 May 2016 05:46:28 +0800 Subject: fix script syntax error --- content/opt/davmail/entrypoint.sh | 2 -- 1 file changed, 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 -- cgit v1.2.1