correction
authorChris Sharp <csharp@georgialibraries.org>
Fri, 24 May 2013 12:03:42 +0000 (08:03 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 24 May 2013 12:03:42 +0000 (08:03 -0400)
update-libips.sh

index e4ab67c..7c361bc 100755 (executable)
@@ -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