1
0
mirror of https://github.com/hiskaNG/acme.sh.git synced 2026-08-12 00:42:56 +00:00

init path for renewAll

This commit is contained in:
neil
2016-01-06 22:20:36 +08:00
parent 960ab88c54
commit 29a02475df
+2
View File
@@ -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"