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"