From b47723adbb6743c116150b37524de2ff6e9d58ff Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 6 Feb 2016 23:06:05 +0800 Subject: [PATCH] minor, renewAll skip 'dnsapi' folder. --- le.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/le.sh b/le.sh index 111caca9..d2bc962b 100755 --- a/le.sh +++ b/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"