ralyodio / node-startup

Startup script for Linux-based systems for running node app when rebooting using an /etc/init.d script.
MIT License
779 stars 169 forks source link

NODE_ENV fix #51

Closed FossPrime closed 6 years ago

FossPrime commented 6 years ago

50 introduced a regression which stops NODE_ENV from passing to node.

Also highlights some space escaping issues... dirs with spaces should be supported. If you name your app rm -rf .. js we can't help you