From 574928016b2dd1af115e6b132d06988bf1fd028d Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Mon, 4 Jan 2021 19:20:47 -0500 Subject: [PATCH] Removing Ubuntu Bionic return IP instruction --- install | 1 - 1 file changed, 1 deletion(-) diff --git a/install b/install index 904c56699..79b8de7d8 100755 --- a/install +++ b/install @@ -1210,7 +1210,6 @@ else # not on centos ip_device="eth0" $is_ubuntu_xenial && ip_device="enp0s8" - $is_ubuntu_bionic && ip_device="enp0s2" IP=$(ifconfig ${ip_device} 2>/dev/null |awk -F'[ :]+' '/inet addr:/ {print $4}') fi verbose "...Done"