This commit is contained in:
Lucas Peet 2018-04-21 15:31:09 +00:00 committed by GitHub
commit 1cc0bb5309
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4401,6 +4401,7 @@ renewAll() {
if [ "$rc" != "0" ]; then if [ "$rc" != "0" ]; then
if [ "$rc" = "$RENEW_SKIP" ]; then if [ "$rc" = "$RENEW_SKIP" ]; then
_info "Skipped $d" _info "Skipped $d"
_ret="$RENEW_SKIP"
elif [ "$_stopRenewOnError" ]; then elif [ "$_stopRenewOnError" ]; then
_err "Error renew $d, stop now." _err "Error renew $d, stop now."
return "$rc" return "$rc"