mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-13 00:46:48 +02:00
/bin/bash to /bin/sh
No bashisms present? Don't be explicit about needing bash, then.
This commit is contained in:
4
nodebb
4
nodebb
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
clear
|
||||
echo "Launching NodeBB in \"development\" mode."
|
||||
echo "To run the production build of NodeBB, please use \"forever\"."
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user