From e9a4ff485364ad83e44e1190d8878f86308fb970 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 15 Oct 2018 23:41:20 +0100 Subject: [PATCH] updated if --- lgsm/functions/check_ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/check_ip.sh b/lgsm/functions/check_ip.sh index 59dda8052..ba2d472c1 100644 --- a/lgsm/functions/check_ip.sh +++ b/lgsm/functions/check_ip.sh @@ -79,7 +79,7 @@ if [ "${gamename}" != "TeamSpeak 3" ]&&[ "${gamename}" != "Mumble" ]&&[ "${travi fn_script_log_fatal "IP address not set in game config." fn_script_log_fatal "Specify the IP you want to bind within: ${servercfgfullpath}." fn_script_log_fatal "https://linuxgsm.com/network-interfaces\n" - if [ "${command_arg}" != "details" ]&&[ "${command_arg}" != "dt" ] ; then + if [ "${function_selfname}" != "command_details.sh" ];then core_exit.sh fi else