Skip to content

Commit

Permalink
fix(installer): check /var/lib/docker
Browse files Browse the repository at this point in the history
  • Loading branch information
QianChenglong committed Jul 23, 2020
1 parent 878a7f7 commit 40b8506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/docker/tools/tke-installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function prefight() {

check::root
check::disk '/opt' 30
check::disk '/var/lib' 20
check::disk '/var/lib/docker' 20
}

function check::root() {
Expand Down

0 comments on commit 40b8506

Please sign in to comment.