typo correction
authorChris Sharp <csharp@georgialibraries.org>
Fri, 14 Jun 2013 16:37:46 +0000 (12:37 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 14 Jun 2013 16:37:46 +0000 (12:37 -0400)
update-libips.sh

index be12301..d3d7482 100755 (executable)
@@ -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."
 }