Browse Source

added pid echo

pull/528/head
Daniel Gibbs 10 years ago
parent
commit
7ef53c9bf3
  1. 1
      tests/tests_jc2server.sh

1
tests/tests_jc2server.sh

@ -96,6 +96,7 @@ else
fi
pid=$(tmux list-sessions 2>&1 | awk '{print $1}' | grep -Ec "^${servicename}:")
echo "PID: ${pid}"
if [ "${pid}" == "0" ]||[ "${ts3status}" != "Server is running" ]; then
currentstatus="OFFLINE"
else

Loading…
Cancel
Save