diff --git a/servers/install-server b/servers/install-server index 60d5858c95..1aeaa112b9 100755 --- a/servers/install-server +++ b/servers/install-server @@ -70,11 +70,12 @@ EOF # Stupid hack because humbug-self-signed.key isn't in git scp -i "$amazon_key_file" "$humbug_cert_file" root@"$server":/root/humbug/certs/humbug-self-signed.key -# TODO: Copy the real certs into place for prod servers - ssh "$server" -t -i "$amazon_key_file" -lroot < "$type"}' +cp -a /root/humbug /home/humbug/humbug +chown -R humbug:humbug /home/humbug/humbug # These server restarting bits should be moveable into puppet-land, ideally apt-get -y upgrade if [ -e "/etc/init.d/nginx" ]; then