Browse Source

init path for renewAll

neil 9 years ago
parent
commit
29a02475df
1 changed files with 2 additions and 0 deletions
  1. 2 0
      le.sh

+ 2 - 0
le.sh

@@ -560,7 +560,9 @@ renew() {
 }
 
 renewAll() {
+  _initpath
   _info "renewAll"
+  
   for d in $(ls -F $WORKING_DIR | grep  '/$') ; do
     d=$(echo $d | cut -d '/' -f 1)
     _info "renew $d"