projects
/
contrib
/
pines.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55fa01a
)
typo correction
author
Chris Sharp
<csharp@georgialibraries.org>
Fri, 14 Jun 2013 16:37:46 +0000
(12:37 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Fri, 14 Jun 2013 16:37:46 +0000
(12:37 -0400)
update-libips.sh
patch
|
blob
|
history
diff --git
a/update-libips.sh
b/update-libips.sh
index
be12301
..
d3d7482
100755
(executable)
--- 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 "brick
0
$i-head complete";
done;
echo "You will need to restart Apache on all brick heads for the changes to take effect."
}