Scripts cleanup

This commit is contained in:
Darren Shepherd
2019-01-25 21:56:20 -07:00
parent 1502ad2530
commit 8cd38003c2
4 changed files with 8 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ set -e
cd $(dirname $0)
if [ ! -e ../bin/k3s-server ]; then
if [ ! -e ../bin/containerd ]; then
./build
fi