Skip to content

Commit

Permalink
Fix the installation of nsinit
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandburns committed Aug 18, 2014
1 parent e472752 commit a779102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/saltbase/salt/nsinit/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

export GOPATH=/var/nsinit
mkdir -p $GOPATH
go get github.com/docker/docker/vendor/src/github.com/docker/libcontainer/nsinit/nsinit
go get github.com/docker/docker/vendor/src/github.com/docker/libcontainer/nsinit
if [ ! -e /usr/sbin/nsinit ]; then
ln -s /var/nsinit/bin/nsinit /usr/sbin/nsinit
fi

0 comments on commit a779102

Please sign in to comment.