Skip to content

Commit cd1e4d7

Browse files
authored
Convert from bash to shell script
1 parent 75dccee commit cd1e4d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

start.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#!/usr/bin/env bash
1+
#!/usr/bin/env sh
22

3-
if [ "$SPACEX_WORKER" == "true" ]; then
3+
if [ "$SPACEX_WORKER" = "true" ]; then
44
node ./jobs/worker.js
55
else
66
node ./server.js

0 commit comments

Comments
 (0)