From 3dc6c66d95b835e7b4ee25a965d12be2de86dd4b Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 19 Dec 2012 22:57:19 +0100 Subject: [PATCH] one more try --- .../templates/static-mirroring/static-update-component.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/templates/static-mirroring/static-update-component.erb b/modules/roles/templates/static-mirroring/static-update-component.erb index 53887add2..acb0294a7 100755 --- a/modules/roles/templates/static-mirroring/static-update-component.erb +++ b/modules/roles/templates/static-mirroring/static-update-component.erb @@ -68,7 +68,7 @@ lines.join("\n") %> for master_idx in ${!masters[*]}; do - ssh -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "${masters[$master_idx]}" static-master-update-component "$component" < /dev/null + ssh -t -o ServerAliveInterval=300 -o PreferredAuthentications=publickey "${masters[$master_idx]}" static-master-update-component "$component" done fi -- 2.20.1