diff options
author | Egil Moeller <egil.moller@freecode.no> | 2012-02-26 13:31:47 +0100 |
---|---|---|
committer | Egil Moeller <egil.moller@freecode.no> | 2012-02-26 13:31:47 +0100 |
commit | 758666c3e145fdae361da20751bca1e891d6f49a (patch) | |
tree | 2894d3f2a3160e3b8ee68bcfa59bf62736df1ac8 /bin/run.sh | |
parent | 1239ce7f284821ad4ce51f8219c480ff557a5b86 (diff) | |
download | etherpad-lite-758666c3e145fdae361da20751bca1e891d6f49a.zip |
Better startup & symlinking
Diffstat (limited to 'bin/run.sh')
-rwxr-xr-x | bin/run.sh | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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..." |