Browse Source

fix bug. Renewall

neil 9 years ago
parent
commit
1d9dcdd5b2
1 changed files with 4 additions and 1 deletions
  1. 4 1
      le.sh

+ 4 - 1
le.sh

@@ -1,5 +1,5 @@
 #!/bin/bash
-VER=1.0.3
+VER=1.0.4
 PROJECT="https://github.com/Neilpang/le"
 
 DEFAULT_CA="https://acme-v01.api.letsencrypt.org"
@@ -709,6 +709,9 @@ renewAll() {
     CERT_PATH=""
     CA_CERT_PATH=""
     ACCOUNT_KEY_PATH=""
+    
+    wellknown_path=""
+    
     renew "$d"  
   done