From 3a73aa2f4823124df3dda601ba6c92682bcf5922 Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 10 Feb 2013 03:17:04 +0000 Subject: [PATCH] please wait msg --- bin/installDeps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/installDeps.sh b/bin/installDeps.sh index 7c68dd794..9763f41ba 100755 --- a/bin/installDeps.sh +++ b/bin/installDeps.sh @@ -63,7 +63,7 @@ if [ ! -f $settings ]; then cp settings.json.template $settings || exit 1 fi -echo "Ensure that all dependencies are up to date..." +echo "Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient." ( mkdir -p node_modules cd node_modules