mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-11-10 00:11:45 +00:00
minor, renewAll skip 'dnsapi' folder.
This commit is contained in:
parent
65785b5fef
commit
b47723adbb
2
le.sh
2
le.sh
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user