Fix BUG - utility servers IPs were incorrect
authorAndy Witter <awitter@georgialibraries.org>
Sun, 15 Jan 2017 05:08:52 +0000 (00:08 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Sun, 15 Jan 2017 05:08:52 +0000 (00:08 -0500)
GenaSYS.sh

index 224979d..2436dae 100755 (executable)
@@ -1548,7 +1548,7 @@ DB01_IP="${PRIVATENET}.101"
 DB02_IP="${PRIVATENET}.102"
 DB03_IP="${PRIVATENET}.103"
 UTILITY01_IP="${PRIVATENET}.111"
-UTILITY01_IP="${PRIVATENET}.112"
+UTILITY02_IP="${PRIVATENET}.112"
 LOGGER01_IP="${PRIVATENET}.121"
 SIP01_IP="${PRIVATENET}.131"
 SIP02_IP="${PRIVATENET}.132"