fix the installer

This commit is contained in:
Charles N Wyble - admin 2019-04-21 13:25:37 -05:00
parent 1c84607417
commit fcc897bc6d

View File

@ -8,7 +8,7 @@
export MGMT_INT="$(netstat -rn |grep 0.0.0.0|awk '{print $NF}' |head -n1 )"
export MGMT_IP="$(ifconfig eth0|grep inet|awk '{print $2}'|head -n1)"
export MGMT_IP="$(ifconfig $MGMT_INT |grep inet|awk '{print $2}'|head -n1)"
export DIST_SERVER="https://techops.turnsys.net/"
export DIST_ROOT_PATH="slack-dist"