From 29a02475df8d1136428002134fc8f916544b6df1 Mon Sep 17 00:00:00 2001 From: neil Date: Wed, 6 Jan 2016 22:20:36 +0800 Subject: [PATCH] init path for renewAll --- le.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/le.sh b/le.sh index 3f03b6e1..f4df3766 100755 --- a/le.sh +++ b/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"