From 8eaaa212806f04804fcb509f057a7b539c7d7f3d Mon Sep 17 00:00:00 2001 From: Charles Wyble Date: Sun, 1 Mar 2020 17:10:07 -0500 Subject: [PATCH] updated for new subnet --- slack/prod/tsys-base/scripts/postinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slack/prod/tsys-base/scripts/postinstall b/slack/prod/tsys-base/scripts/postinstall index 7b9d15f..3aabf24 100755 --- a/slack/prod/tsys-base/scripts/postinstall +++ b/slack/prod/tsys-base/scripts/postinstall @@ -20,7 +20,7 @@ ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime MGMT_INT=$(netstat -rn|grep 0.0.0.0|head -n1|awk '{print $NF}') PFV_MGMT_IP=$(ifconfig $MGMT_INT|grep inet|grep 10.251 -c) -OVH_MGMT_IP=$(ifconfig $MGMT_INT|grep inet|grep 10.253 -c) +OVH_MGMT_IP=$(ifconfig $MGMT_INT|grep inet|grep 10.222 -c) if [ $PFV_MGMT_IP -eq 1 ]; then tsysSysLocation=pfv