/bin/bash to /bin/sh

No bashisms present? Don't be explicit about needing bash, then.
v1.18.x
Damian Bushong 11 years ago
parent a827888ee3
commit 1f3f672d3f

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
clear
echo "Launching NodeBB in \"development\" mode."
echo "To run the production build of NodeBB, please use \"forever\"."

Loading…
Cancel
Save