[node.sh] remove unused fuser

Signed-off-by: Leo Chen <leo@harmony.one>
pull/3082/head
Leo Chen 5 years ago
parent 8a370c64ff
commit 7839091fa9
  1. 2
      scripts/node.sh

@ -633,8 +633,6 @@ if [ "$OS" == "Linux" ]; then
if ${run_as_root}; then if ${run_as_root}; then
setup_env setup_env
fi fi
# Kill existing soldier/node
fuser -k -n tcp $NODE_PORT
fi fi
# find my public ip address # find my public ip address

Loading…
Cancel
Save