Mercurial > hg > cc > azure
changeset 6:a3b30e707e83
assume we are cc
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Sat, 29 Sep 2018 14:50:30 +0000 |
parents | 580221a17890 |
children | a7637c994964 |
files | master/bin/setupTemplate.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/master/bin/setupTemplate.sh Fri Sep 28 17:15:05 2018 +0000 +++ b/master/bin/setupTemplate.sh Sat Sep 29 14:50:30 2018 +0000 @@ -4,4 +4,4 @@ # Not necessary as will happen automatically in vmss setup if/when run from cc # ssh -o StrictHostKeyChecking=no $ip "sudo su -c 'cd ~/.ssh && cat >authorized_keys' cc" < /var/cc/ak ssh -o StrictHostKeyChecking=no $ip </var/cc/workers/bin/installInTemplate.sh # | tee /dev/stderr | tail -1 | sudo tee -a ~cc/.ssh/authorized_keys >/dev/null -#( cd ~ && tar -czf - .azure ) | ssh cc@$ip "tar -xzf -" +( cd ~ && tar -czf - .azure ) | ssh $ip "tar -xzf -"