Explorar el Código

change davmail startup script name

davmail.sh --> davmail
James Z.M. Gao hace 5 años
padre
commit
7be45267b8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      content/opt/davmail/entrypoint.sh

+ 1 - 1
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