From: George Milescu Date: Fri, 6 Aug 2010 17:52:28 +0000 (+0200) Subject: Corrected an error in sync_cluster_containers.sh X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=9e4978031aa3ef4319067d9a982f862ccbc43c8c;p=p2p-testing-infrastructure.git Corrected an error in sync_cluster_containers.sh Signed-off-by: George Milescu --- diff --git a/Utils/sync_cluster_containers.sh b/Utils/sync_cluster_containers.sh index ecda9d9..d82bd91 100755 --- a/Utils/sync_cluster_containers.sh +++ b/Utils/sync_cluster_containers.sh @@ -13,6 +13,6 @@ fi for host in p2p-next-01.grid.pub.ro p2p-next-03.grid.pub.ro p2p-next-04.grid.pub.ro p2p-next-05.grid.pub.ro p2p-next-06.grid.pub.ro p2p-next-07.grid.pub.ro p2p-next-08.grid.pub.ro p2p-next-09.grid.pub.ro p2p-next-10.grid.pub.ro; do for port in 10122 10222 10322 10422 10522 10622 10722 10822 10922 11022; do - ./_sync_single_cluster_container.sh $host $port + ./sync_single_cluster_container.sh $host $port done done