Ver código fonte

unset ssl pass

James Z.M. Gao 8 anos atrás
pai
commit
685f4f4da8
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      content/opt/davmail/entrypoint.sh

+ 2 - 0
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