Skip to content

Commit

Permalink
Update configure-helper.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vteratipally authored and SergeyKanzhelev committed Aug 5, 2021
1 parent 88f2a25 commit caac1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/gce/gci/configure-helper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1501,9 +1501,9 @@ function set_docker_options_non_ubuntu() {
echo "setting live restore"
# Disable live-restore if the environment variable is set.
if [[ "${DISABLE_DOCKER_LIVE_RESTORE:-false}" == "true" ]]; then
addockeropt "\"live-restore\": \"false\","
addockeropt "\"live-restore\": false,"
else
addockeropt "\"live-restore\": \"true\","
addockeropt "\"live-restore\": true,"
fi
}

Expand Down

0 comments on commit caac1b7

Please sign in to comment.