We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 936c928 commit ef7f36bCopy full SHA for ef7f36b
1 file changed
build_lxc.sh
@@ -123,7 +123,7 @@ sleep 1
123
# Install and run stack.sh
124
apt-get update
125
apt-get -y --force-yes install git-core vim-nox sudo
126
-if [ ! -d "~/nfs-stack" ]
+if [ ! -d "~/nfs-stack" ]; then
127
su -c "git clone git://github.com/cloudbuilders/nfs-stack.git ~/nfs-stack" stack
128
fi
129
su -c "cd ~/nfs-stack && $STACKSH_PARAMS ./stack.sh" stack
0 commit comments