1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-16 10:53:00 +00:00

Merge pull request #105 from colegatron/master

In case /home/ivan/.le points to a symlink, it does not displays the …
This commit is contained in:
neil
2016-03-16 23:40:17 +08:00
+1 -1
View File
@@ -1097,7 +1097,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"