From: Chris Sharp Date: Fri, 14 Dec 2012 14:30:45 +0000 (-0500) Subject: adding a comment about the number of bricks X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6617d96d5a74b51f6f045dfffe049d20d38600cf;p=contrib%2Fpines.git adding a comment about the number of bricks --- diff --git a/update-libips.sh b/update-libips.sh index 5d7e553..a7d720c 100755 --- 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