Browse Source

minor, renewAll skip 'dnsapi' folder.

pull/69/head
neil 9 years ago
parent
commit
b47723adbb
  1. 2
      le.sh

2
le.sh

@ -899,7 +899,7 @@ renewAll() {
_initpath
_info "renewAll"
for d in $(ls -F $LE_WORKING_DIR | grep '/$') ; do
for d in $(ls -F $LE_WORKING_DIR | grep [^.].*[.].*/$ ) ; do
d=$(echo $d | cut -d '/' -f 1)
_info "renew $d"

Loading…
Cancel
Save