closing commit before branching out Multiplex
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
pid=`ps -ef | grep wssGateway.js |grep -v grep | awk '{print $2}'`
|
||||
pid=`ps -ef | grep p42wssGateway.js |grep -v grep | awk '{print $2}'`
|
||||
if [ -n "$pid" ]
|
||||
then
|
||||
echo "killing pid: $pid"
|
||||
|
||||
Reference in New Issue
Block a user