Merge e13923e58427a45a13c00c04c365ee60985dace2 into 98a7e72f0aa581cb8f3a2a7f7734d728d571b1a7

This commit is contained in:
lpeet 2018-04-18 05:35:45 +00:00 committed by GitHub
commit c883402270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4400,6 +4400,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="$rc"
elif [ "$_stopRenewOnError" ]; then elif [ "$_stopRenewOnError" ]; then
_err "Error renew $d, stop now." _err "Error renew $d, stop now."
return "$rc" return "$rc"