adding a comment about the number of bricks
authorChris Sharp <csharp@georgialibraries.org>
Fri, 14 Dec 2012 14:30:45 +0000 (09:30 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 14 Dec 2012 14:30:45 +0000 (09:30 -0500)
update-libips.sh

index 5d7e553..a7d720c 100755 (executable)
@@ -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