@@ -1,3 +1,3 @@
lsof -i :9101 | grep LISTEN | awk '{print $2}' | xargs sudo kill -9
sleep 1
-nohup node start_data.js
+node start_data.js