Explorar el Código

added pid echo

Daniel Gibbs hace 10 años
padre
commit
7ef53c9bf3
Se han modificado 1 ficheros con 1 adiciones y 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