summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorRichie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>2020-02-08 12:54:41 -0800
committerGitHub <noreply@github.com>2020-02-08 12:54:41 -0800
commit186ad57858c7bfe1cab1578abaf8a2781e5524a1 (patch)
tree69cbdc7393be59696b5fbb02d395b6ce5507b98b /install.sh
parent8871dcef7d991cb93c4e4e817a8db5aefa81c216 (diff)
Fix a user prompt in install.sh
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