From 7921951cddca9e530b30b46969d17b664f4f81d0 Mon Sep 17 00:00:00 2001 From: rugk Date: Sat, 27 Aug 2016 16:18:58 +0200 Subject: [PATCH] FIx run.sh issues --- bin/run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/run.sh b/bin/run.sh index 9c479ed..b1e3fb2 100755 --- a/bin/run.sh +++ b/bin/run.sh @@ -34,7 +34,7 @@ fi #export TWILIO_SID=abcdef #export TWILIO_TOKEN=ghijkl -# When settings sensitive information here (redis password) remeber to secure the file to prevent other users from reading it! +# When settings sensitive information here (API token) remeber to secure the file to prevent other users from reading it! # enable production mode export NODE_ENV=production @@ -42,5 +42,5 @@ export NODE_ENV=production #finally start FilePizza echo "Started FilePizza..." -../index.js $@ +./index.js $@