summaryrefslogtreecommitdiff
path: root/bin/debugRun.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/debugRun.sh')
-rwxr-xr-xbin/debugRun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/debugRun.sh b/bin/debugRun.sh
index 01197a6b..e113f67b 100755
--- a/bin/debugRun.sh
+++ b/bin/debugRun.sh
@@ -23,7 +23,7 @@ node-inspector &
echo "If you are new to node-inspector, take a look at this video: http://youtu.be/AOnK3NVnxL8"
cd "node"
-node --debug server.js
+node --debug node_modules/pluginomatic_etherpad-lite/node/server.js $*
#kill node-inspector before ending
kill $!