From ce4934da06fbd31b9395770de5bb46db6fdc4ce0 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 14 Oct 2016 21:14:59 +0100 Subject: [PATCH] fixed port for et --- lgsm/functions/info_config.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index 292476789..6647287b5 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -189,7 +189,7 @@ fn_info_config_wolfensteinenemyterritory(){ servername="${unavailable}" serverpassword="${unavailable}" slots="${zero}" - port="27960" + port="${zero}" else port=$(grep "net_port" "${servercfgfullpath}" | grep -v "//" | tr -cd '[:digit:]') rconpassword=$(grep "zmq_rcon_password" "${servercfgfullpath}" | sed -e 's/^[ \t]*//g' -e '/^\//d' -e 's/set zmq_rcon_password//g' | tr -d '=\";,:' | sed -e 's/^[ \t]*//g' -e '/^\//d' | xargs -0) @@ -203,6 +203,7 @@ fn_info_config_wolfensteinenemyterritory(){ servername=${servername:-"NOT SET"} serverpassword=${serverpassword:-"NOT SET"} slots=${slots:-"0"} + port=${port:-"27960"} ipconfigcheck=$(grep "set net_ip" "${servercfgfullpath}" | sed -e 's/^[ \t]*//g' -e '/^\//d' -e 's/set net_ip//g' | tr -d '=\";,:' | xargs -0) if [ -n "${ipconfigcheck}" ]; then ip="${ipconfigcheck}"