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:
0ff1035
)
adding reminder about apache restarts
author
Chris Sharp
<csharp@georgialibraries.org>
Fri, 24 May 2013 12:06:35 +0000
(08:06 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Fri, 24 May 2013 12:06:35 +0000
(08:06 -0400)
update-libips.sh
patch
|
blob
|
history
diff --git
a/update-libips.sh
b/update-libips.sh
index
7c361bc
..
be12301
100755
(executable)
--- a/
update-libips.sh
+++ b/
update-libips.sh
@@
-78,6
+78,7
@@
for i in `seq 2 $BRICK_HEADS`; do
scp $LIB_IPS_TXT opensrf@brick0$i-head:$LIB_IPS_TXT;
echo "brick$i-head complete";
done;
+echo "You will need to restart Apache on all brick heads for the changes to take effect."
}
EditCopy () {