From 4f4f39c28b004bc1fd29c87a3e5e2644157366a4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 9 Aug 2016 19:58:22 +0100 Subject: [PATCH] Messages improvements --- lgsm/functions/check_ip.sh | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lgsm/functions/check_ip.sh b/lgsm/functions/check_ip.sh index 9d09042ab..8c1c264c2 100644 --- a/lgsm/functions/check_ip.sh +++ b/lgsm/functions/check_ip.sh @@ -19,9 +19,11 @@ if [ "${gamename}" != "TeamSpeak 3" ]; then if [ "${ip}" == "0.0.0.0" ]||[ "${ip}" == "" ]; then if [ "${getipwc}" -ge "2" ]; then - fn_print_dots "" - sleep 0.5 - fn_print_fail "Multiple active network interfaces found.\n\n" + fn_print_dots "Check IP" + sleep 1 + fn_print_fail "Check IP: Multiple active network interfaces found." + sleep 1 + echo -en "\n" fn_print_infomation "Specify the IP you want to use within the ${selfname} script.\n" echo -en "Set ip=\"0.0.0.0\" to one of the following:\n" echo -en "${getip}\n"