From 6cfe4288d3fa551eb6aea41eacb6537dfd5ec715 Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 14 Jun 2013 12:37:46 -0400 Subject: [PATCH] typo correction --- update-libips.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-libips.sh b/update-libips.sh index be12301..d3d7482 100755 --- a/update-libips.sh +++ b/update-libips.sh @@ -76,7 +76,7 @@ echo "Copying file to the other brick heads..." for i in `seq 2 $BRICK_HEADS`; do ssh opensrf@brick0$i-head cp $LIB_IPS_TXT $LIB_IPS_TXT.`date +%Y%m%d%H%M%S`; scp $LIB_IPS_TXT opensrf@brick0$i-head:$LIB_IPS_TXT; - echo "brick$i-head complete"; + echo "brick0$i-head complete"; done; echo "You will need to restart Apache on all brick heads for the changes to take effect." } -- 2.11.0