From: Chris Sharp Date: Fri, 14 Jun 2013 16:37:46 +0000 (-0400) Subject: typo correction X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6cfe4288d3fa551eb6aea41eacb6537dfd5ec715;p=contrib%2Fpines.git typo correction --- 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." }