aboutsummaryrefslogtreecommitdiffhomepage
path: root/start.sh
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2015-09-08 15:20:11 +0200
committerJohannes Zellner <johannes@nebulon.de>2015-09-08 15:20:11 +0200
commitdedd676673f233430f939d048a21e6bb5f0bef7e (patch)
treeb084230e548f5a67816dbd915f03790ac4d71f98 /start.sh
parente16480a383e38dc72ab747ef8bf8b6f02de63f44 (diff)
downloadSurfer-dedd676673f233430f939d048a21e6bb5f0bef7e.tar.gz
Surfer-dedd676673f233430f939d048a21e6bb5f0bef7e.tar.zst
Surfer-dedd676673f233430f939d048a21e6bb5f0bef7e.zip
Fix start.sh to use node explicitly
Diffstat (limited to 'start.sh')
-rwxr-xr-xstart.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/start.sh b/start.sh
index 9967ed8..f478358 100755
--- a/start.sh
+++ b/start.sh
@@ -5,4 +5,4 @@ set -eu
5export NODE_ENV=production 5export NODE_ENV=production
6 6
7cd /app/code 7cd /app/code
8app.js /app/data 8node app.js /app/data