summaryrefslogtreecommitdiff
path: root/bin/debugRun.sh
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2012-02-26 13:07:51 +0100
committerEgil Moeller <egil.moller@freecode.no>2012-02-26 13:07:51 +0100
commit1239ce7f284821ad4ce51f8219c480ff557a5b86 (patch)
tree83816de3b8855fb89fadcb2383b3f8f81d66daf8 /bin/debugRun.sh
parent1955bdec9a0f0448e5b04638f0e69ed3b9210f39 (diff)
downloadetherpad-lite-1239ce7f284821ad4ce51f8219c480ff557a5b86.zip
The Big Renaming - etherpad is now an NPM module
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 $!