BhallaLab / moose

MOOSE simulator.
http://moose.ncbs.res.in
GNU General Public License v3.0
26 stars 19 forks source link

Please don't use ampersand in the moose command #228

Closed yurivict closed 6 years ago

yurivict commented 6 years ago

cd /usr/local/lib/moose && python mgui.py &

The command should last until the process is done. This isn't a commonly expected behavior when the UI command exits immediately while the process still runs.

dilawar commented 6 years ago

330727ee fixes it. And thanks for noticing.