Closed Kortho closed 5 years ago
Which command was missing?
netstat is used in the start_all.sh and is not always included in the OS (ubuntu 19.04 for instance) therefor an install of net-tools includes this command
"netstat -an |grep LISTEN |grep 6250 |grep -v tcp6 ; check_redis_port=$? netstat -an |grep LISTEN |grep 8001 |grep -v tcp6 ; check_dashboard_port=$?"
These does not work without net-tools installed :)
Cool makes sense
Thanks a lot!
needed to run the netstat command