SuperNETorg / Agama

Please use http://github.com/komodoplatform/agama
MIT License
37 stars 100 forks source link

Error ps -p #119

Closed porky11 closed 7 years ago

porky11 commented 7 years ago

ps -p $(pidof iguana) | grep -i iguana exec error: Error: Command failed: ps -p $(pidof iguana) | grep -i iguana pidof iguana expands to nothing, since the name of the app is not iguana, but npm in case of npm start, or Agama, when using the installer version of Agama

pbca26 commented 7 years ago

thanks for keeping an eye out this line of code is relevant to underlying backend service not to agama itself