diff options
-rwxr-xr-x | content/opt/davmail/entrypoint.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/opt/davmail/entrypoint.sh b/content/opt/davmail/entrypoint.sh index 6808613..150cb49 100755 --- a/content/opt/davmail/entrypoint.sh +++ b/content/opt/davmail/entrypoint.sh @@ -23,7 +23,7 @@ fi unset DAVMAIL_SSL_PASS if [ -r "$CONFIG" ]; then - exec /opt/davmail/davmail.sh "$CONFIG" + exec /opt/davmail/davmail "$CONFIG" else echo "ERROR: can't read [$CONFIG]!" return 1 |