|
@@ -9,9 +9,7 @@ local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
|
|
|
|
|
|
|
|
### Game Server pid
|
|
### Game Server pid
|
|
|
if [ "${status}" == "1" ]; then
|
|
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
|
|
fi
|
|
|
### Distro information
|
|
### Distro information
|
|
|
|
|
|