Commit b0ff770b authored by neil's avatar neil
Browse files

Merge pull request #105 from colegatron/master

In case /home/ivan/.le points to a symlink, it does not displays the …
parents 2f06c850 bb4db3e9
......@@ -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"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment