mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-04 20:32:19 +08: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:
2
le.sh
2
le.sh
@@ -1097,7 +1097,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"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user