Add line breaks after user prompts in install.sh

This commit is contained in:
Richie Zhang 2020-02-08 13:02:40 -08:00 committed by GitHub
parent 15ef4a7122
commit a8126b33bb

2
install.sh vendored
View file

@ -21,11 +21,13 @@ do
n|no ) init_db_valid=1; init_db_final=0;;
* ) echo "Invalid input" 1>&2;;
esac
echo
done
if [ "$init_db_final" = 1 ]
then
source ./server/db-init.sh
read -n 1 -s -r -p "Press ANY KEY to continue execution of this script, press CTRL+C to quit..."
echo
fi
# Build the web client