Browse Source

removed ts3 if

pull/2565/head
Daniel Gibbs 6 years ago
parent
commit
414658410c
  1. 4
      lgsm/functions/info_distro.sh

4
lgsm/functions/info_distro.sh

@ -9,9 +9,7 @@ local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
### Game Server pid
if [ "${status}" == "1" ]; then
if [ "${shortname}" != "ts3" ]; then
gameserverpid=$(tmux list-sessions -F "#{session_name} #{pane_pid}"| grep "^${servicename}"|awk '{print $2}')
fi
gameserverpid=$(tmux list-sessions -F "#{session_name} #{pane_pid}"| grep "^${servicename}"|awk '{print $2}')
fi
### Distro information

Loading…
Cancel
Save