From: Chris Sharp Date: Fri, 24 May 2013 12:03:42 +0000 (-0400) Subject: correction X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=0ff1035f6d4da46555392389bb34f3852e980ce2;p=contrib%2Fpines.git correction --- diff --git a/update-libips.sh b/update-libips.sh index e4ab67c..7c361bc 100755 --- 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