diff options
author | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-11-01 23:46:04 +0000 |
---|---|---|
committer | Peter 'Pita' Martischka <petermartischka@googlemail.com> | 2012-11-01 23:46:04 +0000 |
commit | c8dfa6d7aed0638b85a685dc5bde5b4d67580f07 (patch) | |
tree | be22296c6200ce632c3feb5f6b96ef59b6236fbd /bin/installDeps.sh | |
parent | b08d948ddd0bf9c56ec7b0eab22b23edde73dbed (diff) | |
download | etherpad-lite-c8dfa6d7aed0638b85a685dc5bde5b4d67580f07.zip |
less noise
Diffstat (limited to 'bin/installDeps.sh')
-rwxr-xr-x | bin/installDeps.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 9f691e0a..eda6df4f 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -61,7 +61,7 @@ echo "Ensure that all dependencies are up to date..." cd node_modules [ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite cd ep_etherpad-lite - npm install + npm install -s ) || { rm -rf node_modules exit 1 |