From 99fe6dc9e6b102207e7be8341e1b7f6310572a05 Mon Sep 17 00:00:00 2001 From: Nicolas Burtey Date: Wed, 6 Feb 2019 19:40:21 -0800 Subject: [PATCH] run node in hackground; chmod +x node; --- scripts/node.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 scripts/node.sh diff --git a/scripts/node.sh b/scripts/node.sh old mode 100644 new mode 100755 index 07574a8b9..14117e07b --- a/scripts/node.sh +++ b/scripts/node.sh @@ -44,6 +44,6 @@ BC_MA=/ip4/54.183.5.66/tcp/9999/ipfs/QmdQVypu6NSm7m8bNZj5EJCnjPhXR8QyRmDnDBidxGa fuser -k -n tcp $NODE_PORT # Run Harmony Node -nohup ./harmony -bc_addr $BC_MA -ip $PUB_IP -port $NODE_PORT > harmony-${PUB_IP}.log 2>&1 +nohup ./harmony -bc_addr $BC_MA -ip $PUB_IP -port $NODE_PORT > harmony-${PUB_IP}.log 2>&1 & tail -f harmony-${PUB_IP}.log