summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index b1db69a7..60bf6734 100755
--- a/install.sh
+++ b/install.sh
@@ -25,7 +25,7 @@ done
if [ "$init_db_final" = 1 ]
then
source ./server/db-init.sh
- read -n 1 -s -r -p "Press ENTER to continue execution of this script, press CTRL+C to quit..."
+ read -n 1 -s -r -p "Press ANY KEY to continue execution of this script, press CTRL+C to quit..."
fi
# Build the web client