1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-23 06:12:56 +00:00

minor, renewAll skip 'dnsapi' folder.

This commit is contained in:
neil
2016-02-06 23:06:05 +08:00
parent 65785b5fef
commit b47723adbb
+1 -1
View File
@@ -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"