Commit b47723ad authored by neil's avatar neil
Browse files

minor, renewAll skip 'dnsapi' folder.

parent 65785b5f
...@@ -899,7 +899,7 @@ renewAll() { ...@@ -899,7 +899,7 @@ renewAll() {
_initpath _initpath
_info "renewAll" _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) d=$(echo $d | cut -d '/' -f 1)
_info "renew $d" _info "renew $d"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment