Explorar o código

added pid echo

Daniel Gibbs %!s(int64=10) %!d(string=hai) anos
pai
achega
7ef53c9bf3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/tests_jc2server.sh

+ 1 - 0
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