Fix a user prompt in install.sh

This commit is contained in:
Richie Zhang 2020-02-08 12:54:41 -08:00 committed by GitHub
parent 8871dcef7d
commit 186ad57858

2
install.sh vendored
View file

@ -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