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, 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