Daniel Gibbs 10 vuotta sitten
vanhempi
commit
fc1ee4f130
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tests/tests_jc2server.sh

+ 1 - 1
tests/tests_jc2server.sh

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