Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
don't exit CSE on apt.systemd.daily error (#3278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Jun 15, 2018
1 parent 0f2a6dd commit 9455a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/k8s/kubernetescustomscript.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ function installDocker() {
}

function runAptDaily() {
retrycmd_if_failure 20 30 60 /usr/lib/apt/apt.systemd.daily || exit $ERR_APT_DAILY_TIMEOUT
/usr/lib/apt/apt.systemd.daily
}

function generateAggregatedAPICerts() {
Expand Down

0 comments on commit 9455a82

Please sign in to comment.