Node-DC/Node-DC-EIS

Exiting execution if MongoDB cannot run at predefined port.

Closed this issue · 0 comments

In start-server.sh, one should call exit if

[ -f server-input.txt ];

expands in false. This should be on the else branch, of course.