Fix build

This commit is contained in:
Daniel Smith
2014-06-11 19:04:14 -07:00
parent 7c17db672e
commit 69acbf5a74
3 changed files with 5 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ ETCD_PID=$!
sleep 5
$(dirname $0)/../output/go/localkube
echo "Running localkube as root (so it can talk to docker's unix socket)"
sudo $(dirname $0)/../output/go/localkube
kill $ETCD_PID