Browse Source

init path for renewAll

pull/18/head
neil 9 years ago
parent
commit
29a02475df
  1. 2
      le.sh

2
le.sh

@ -560,7 +560,9 @@ renew() {
}
renewAll() {
_initpath
_info "renewAll"
for d in $(ls -F $WORKING_DIR | grep '/$') ; do
d=$(echo $d | cut -d '/' -f 1)
_info "renew $d"

Loading…
Cancel
Save