From 4740356fd2fea091337aabcc7cb76b7c26805e2d Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Wed, 24 Oct 2012 14:15:59 +0100 Subject: Fix repo name --- bins/trove-early-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.1