Merge pull request #509 from damianb/patch-2

/bin/bash to /bin/sh
v1.18.x
Julian Lam 11 years ago
commit 64008ef5d8

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/sh
clear clear
echo "Launching NodeBB in \"development\" mode." echo "Launching NodeBB in \"development\" mode."
echo "To run the production build of NodeBB, please use \"forever\"." echo "To run the production build of NodeBB, please use \"forever\"."
echo "More Information: https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB" echo "More Information: https://github.com/designcreateplay/NodeBB/wiki/How-to-run-NodeBB"
NODE_ENV=development supervisor --extensions 'node|js|tpl' -- app $1 NODE_ENV=development supervisor --extensions 'node|js|tpl' -- app $1

Loading…
Cancel
Save