From 42e59ff2cdb3de11b9aa7bdd1c96168bc4191fa0 Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Sun, 5 Sep 2021 19:23:01 -0400 Subject: [PATCH] installDeps.sh: Simplify log message --- src/bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/installDeps.sh b/src/bin/installDeps.sh index 94d8630cc..ee3f4ae01 100755 --- a/src/bin/installDeps.sh +++ b/src/bin/installDeps.sh @@ -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