summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-24 14:15:59 +0100
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2012-10-24 14:15:59 +0100
commit4740356fd2fea091337aabcc7cb76b7c26805e2d (patch)
treeec4b56be776ac9bdd49d06b9aec6bf651d5b8a38
parentd4b09fc6a4b870a1a22d5a259e9b51d71386d434 (diff)
downloadtrove-setup-4740356fd2fea091337aabcc7cb76b7c26805e2d.tar.gz
Fix repo name
-rwxr-xr-xbins/trove-early-setup2
1 files changed, 1 insertions, 1 deletions
diff --git a/bins/trove-early-setup b/bins/trove-early-setup
index bf8733d..e25c652 100755
--- a/bins/trove-early-setup
+++ b/bins/trove-early-setup
@@ -69,7 +69,7 @@ lorry-setup: /home/lorry/.lorry-setup
lorry-controller-configured: /home/lorry/.lorry-controller-setup
/home/lorry/.lorry-controller-setup: /home/lorry/.lorry-setup /home/git/.gitano-lorry-setup
PREFIX=$$(echo "##PREFIX##" | sed -f /etc/trove-setup.sed); \
- su -c "ssh localhost create $${PREFIX}/lorries" - git; \
+ su -c "ssh localhost create $${PREFIX}/local-config/lorries" - git; \
su -c "git clone ssh://localhost/$${PREFIX}/local-config/lorries.git /tmp/lorries" - git; \
su -c "mkdir /home/lorry/lorry-controller-area" - lorry; \
su -c "git clone ssh://git@localhost/$${PREFIX}/local-config/lorries.git /home/lorry/lorry-controller-area/git" - lorry