summaryrefslogtreecommitdiff
path: root/bin/run.sh
diff options
context:
space:
mode:
authorEgil Moeller <egil.moller@freecode.no>2012-02-26 13:31:47 +0100
committerEgil Moeller <egil.moller@freecode.no>2012-02-26 13:31:47 +0100
commit758666c3e145fdae361da20751bca1e891d6f49a (patch)
tree2894d3f2a3160e3b8ee68bcfa59bf62736df1ac8 /bin/run.sh
parent1239ce7f284821ad4ce51f8219c480ff557a5b86 (diff)
downloadetherpad-lite-758666c3e145fdae361da20751bca1e891d6f49a.zip
Better startup & symlinking
Diffstat (limited to 'bin/run.sh')
-rwxr-xr-xbin/run.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/run.sh b/bin/run.sh
index 74a16395..296b6754 100755
--- a/bin/run.sh
+++ b/bin/run.sh
@@ -21,8 +21,7 @@ if [ "$(id -u)" -eq 0 ]; then
fi
#prepare the enviroment
-#bin/installDeps.sh $* || exit 1
-npm link ./src
+bin/installDeps.sh $* || exit 1
#Move to the node folder and start
echo "start..."