From 9e4978031aa3ef4319067d9a982f862ccbc43c8c Mon Sep 17 00:00:00 2001 From: George Milescu Date: Fri, 6 Aug 2010 19:52:28 +0200 Subject: [PATCH] Corrected an error in sync_cluster_containers.sh Signed-off-by: George Milescu --- Utils/sync_cluster_containers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1