We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75dccee commit cd1e4d7Copy full SHA for cd1e4d7
start.sh
@@ -1,6 +1,6 @@
1
-#!/usr/bin/env bash
+#!/usr/bin/env sh
2
3
-if [ "$SPACEX_WORKER" == "true" ]; then
+if [ "$SPACEX_WORKER" = "true" ]; then
4
node ./jobs/worker.js
5
else
6
node ./server.js
0 commit comments