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:
6755953
)
correction
author
Chris Sharp
<csharp@georgialibraries.org>
Fri, 24 May 2013 12:03:42 +0000
(08:03 -0400)
committer
Chris Sharp
<csharp@georgialibraries.org>
Fri, 24 May 2013 12:03:42 +0000
(08:03 -0400)
update-libips.sh
patch
|
blob
|
history
diff --git
a/update-libips.sh
b/update-libips.sh
index
e4ab67c
..
7c361bc
100755
(executable)
--- a/
update-libips.sh
+++ b/
update-libips.sh
@@
-102,7
+102,7
@@
echo "[1] Query the lib_ips.txt file by library name or IP address"
echo "[2] Update the file with a new entry"
echo "[3] Manually edit, then optionally copy the file to the other brick heads"
echo
-read -p "Please choose option 1
or 2
: " RESPONSE
+read -p "Please choose option 1
, 2 or 3
: " RESPONSE
if [ "$RESPONSE" = "1" ]; then
QueryFile
elif [ "$RESPONSE" = "2" ]; then