From 6d4499004c1fff6e77f13f61f4909a68d7a1a449 Mon Sep 17 00:00:00 2001 From: Alexander Tiunov Date: Fri, 14 Apr 2017 23:54:31 +0300 Subject: [PATCH] KILL PROXY WITH FIRE --- build_tools/test_frontend.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/build_tools/test_frontend.sh b/build_tools/test_frontend.sh index 4b839a0..b719a55 100755 --- a/build_tools/test_frontend.sh +++ b/build_tools/test_frontend.sh @@ -18,6 +18,7 @@ function kill_everware { pkill -KILL -f everware-server sleep $WAIT_FOR_STOP fi + pkill -KILL node || true } if [ -z "$UPLOADDIR" ] ; then