diff options
Diffstat (limited to 'content/opt/davmail/entrypoint.sh')
-rwxr-xr-x | content/opt/davmail/entrypoint.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/opt/davmail/entrypoint.sh b/content/opt/davmail/entrypoint.sh index 692c87c..6808613 100755 --- a/content/opt/davmail/entrypoint.sh +++ b/content/opt/davmail/entrypoint.sh @@ -20,6 +20,8 @@ if [ -n "$DAVMAIL_SSL_PASS" ]; then fi fi +unset DAVMAIL_SSL_PASS + if [ -r "$CONFIG" ]; then exec /opt/davmail/davmail.sh "$CONFIG" else |