We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7335c2 commit 550ec96Copy full SHA for 550ec96
1 file changed
build_lxc.sh
@@ -134,7 +134,7 @@ killall screen
134
sudo apt-get update
135
sudo apt-get -y --force-yes install git-core vim-nox sudo
136
if [ ! -d "/opt/devstack" ]; then
137
- git clone git://github.com/cloudbuilders/devstack.git ~/devstack
+ git clone git://github.com/cloudbuilders/devstack.git /opt/devstack
138
fi
139
cd /opt/devstack && $STACKSH_PARAMS ./stack.sh > /opt/run.sh.log
140
EOF
0 commit comments