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:
e5a90c9
)
adding a comment about the number of bricks
author
Chris Sharp
<csharp@georgialibraries.org>
Fri, 14 Dec 2012 14:30:45 +0000
(09:30 -0500)
committer
Chris Sharp
<csharp@georgialibraries.org>
Fri, 14 Dec 2012 14:30:45 +0000
(09:30 -0500)
update-libips.sh
patch
|
blob
|
history
diff --git
a/update-libips.sh
b/update-libips.sh
index
5d7e553
..
a7d720c
100755
(executable)
--- a/
update-libips.sh
+++ b/
update-libips.sh
@@
-19,7
+19,7
@@
OSRF_CONF_DIR="/openils/conf"
LIB_IPS_TXT="$OSRF_CONF_DIR/lib_ips.txt"
-BRICK_HEADS="6"
+BRICK_HEADS="6"
# number of brick heads you have - script assumes you're running on brick01-head
[[ $(whoami) != "opensrf" ]] && echo "Must be opensrf user to run this utility." && exit