From c6bcfb17a73e300b11fd9fc549b3c165d805f549 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 12 Oct 2012 16:16:04 +0100 Subject: newlines --- bins/trove-early-setup | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bins/trove-early-setup b/bins/trove-early-setup index 36d8e9a..4aad517 100755 --- a/bins/trove-early-setup +++ b/bins/trove-early-setup @@ -94,8 +94,8 @@ mason-setup: /home/git/.mason-setup PREFIX=$$(echo "##PREFIX##" | sed -f /etc/trove-setup.sed); \ su -c "ssh localhost create $${PREFIX}/local-config/mason" - git; \ su -c "git clone ssh://localhost/$${PREFIX}/local-config/mason.git /tmp/mason-config" - git - su -c "cd /tmp/mason-config; mkdir ci1; echo '[]' > ci1/systems.json.txt" - git - su -c "cd /tmp/mason-config; echo '[]' > ci1/hosts.json.txt" - git + su -c "cd /tmp/mason-config; mkdir ci1; (echo '[';echo ']') > ci1/systems.json.txt" - git + su -c "cd /tmp/mason-config; (echo '['; echo ']') > ci1/hosts.json.txt" - git su -c "cd /tmp/mason-config; git add ci1; git commit -m 'Set initial Mason config'; git push origin master" - git su -c "rm -fr /tmp/mason-config" - git -- cgit v1.2.1