From 7839091fa9525ff226433832f2eedb265561a4a1 Mon Sep 17 00:00:00 2001 From: Leo Chen Date: Thu, 21 May 2020 16:57:51 -0700 Subject: [PATCH] [node.sh] remove unused fuser Signed-off-by: Leo Chen --- scripts/node.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/node.sh b/scripts/node.sh index 16c0860f4..c8c4259f1 100755 --- a/scripts/node.sh +++ b/scripts/node.sh @@ -633,8 +633,6 @@ if [ "$OS" == "Linux" ]; then if ${run_as_root}; then setup_env fi -# Kill existing soldier/node - fuser -k -n tcp $NODE_PORT fi # find my public ip address