tableflip / guvnor

A node process manager that isn't spanners all the way down
MIT License
430 stars 37 forks source link

Can't run the same script 2 times and have 2 processes running #59

Closed paezao closed 9 years ago

paezao commented 9 years ago

sudo guv start -n 'Project-1' -a 'MY_PARAMETERS' app.js -> This runs okay

sudo guv start -n 'Project-2' -a 'MY_PARAMETERS' app.js error: Failed to start /Users/USER/Projetos/project/app.js error: message=Project is already running

Shouldn't this work?

achingbrain commented 9 years ago

That's a bug. The fix is in v3.5.6.