From 944b9721ee7aa0e0a435caa10cf08d08f9b2f75f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 15 Oct 2018 23:40:18 +0100 Subject: [PATCH] Adjusted messaging --- lgsm/functions/check_ip.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lgsm/functions/check_ip.sh b/lgsm/functions/check_ip.sh index 8db422bdc..59dda8052 100644 --- a/lgsm/functions/check_ip.sh +++ b/lgsm/functions/check_ip.sh @@ -24,14 +24,10 @@ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${travi sleep 0.5 # Multiple interfaces if [ "${getipwc}" -ge "2" ]; then - multiple_ip=1 - fn_print_dots "Check IP" - sleep 1 - command_arg=$(ps -o command $$ | tail -n +2 | cut -d' ' -f3) if [ "${function_selfname}" == "command_details.sh" ]; then - fn_print_warn "Check IP: Multiple active network interfaces found." + fn_print_warn "Check IP: Multiple IP addresses found." else - fn_print_fail "Check IP: Multiple active network interfaces found." + fn_print_fail "Check IP: Multiple IP addresses found." fi sleep 0.5 echo -en "\n"