enonic / cli-enonic

GNU General Public License v3.0
41 stars 1 forks source link

Check sandbox name before suggesting to stop it #542

Closed alansemenov closed 4 months ago

alansemenov commented 4 months ago

If the sandbox that is currently running is the same as the one CLI is trying to start don't suggest stopping the running one.

pmi commented 4 months ago

This issue is most likely related to #535 and should be fixed along with it.

Because CLI verifies sandbox name, PID and process name and asks to stop it only if any of them has changed.

alansemenov commented 4 months ago

Will be fixed in https://github.com/enonic/cli-enonic/issues/535