mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
installDeps.sh: Simplify log message
This commit is contained in:
parent
15964345f7
commit
42e59ff2cd
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ if [ ! -f "$settings" ]; then
|
|||
cp settings.json.template "$settings" || exit 1
|
||||
fi
|
||||
|
||||
log "Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient."
|
||||
log "Installing dependencies..."
|
||||
(
|
||||
mkdir -p node_modules
|
||||
cd node_modules
|
||||
|
|
Loading…
Reference in a new issue