commit | 550ec96067528f5ae83000ce00a02525b41563d8 | [log] [tgz] |
---|---|---|
author | Anthony Young <sleepsonthefloor@gmail.com> | Thu Sep 15 21:05:50 2011 -0700 |
committer | Anthony Young <sleepsonthefloor@gmail.com> | Thu Sep 15 21:05:50 2011 -0700 |
tree | 01881ff9e22f57c6547d14f42c99f9f156b7364d | |
parent | e7335c26a48d9a519e8bc83f30ca8c4c653e98e3 [diff] |
use full path for devstack dir
diff --git a/build_lxc.sh b/build_lxc.sh index babc30c..212261a 100755 --- a/build_lxc.sh +++ b/build_lxc.sh
@@ -134,7 +134,7 @@ sudo apt-get update sudo apt-get -y --force-yes install git-core vim-nox sudo if [ ! -d "/opt/devstack" ]; then - git clone git://github.com/cloudbuilders/devstack.git ~/devstack + git clone git://github.com/cloudbuilders/devstack.git /opt/devstack fi cd /opt/devstack && $STACKSH_PARAMS ./stack.sh > /opt/run.sh.log EOF