From 550ec96067528f5ae83000ce00a02525b41563d8 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Thu, 15 Sep 2011 21:05:50 -0700 Subject: [PATCH] use full path for devstack dir --- build_lxc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ killall screen 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