summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorRichie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com>2020-02-08 13:02:40 -0800
committerGitHub <noreply@github.com>2020-02-08 13:02:40 -0800
commita8126b33bbe3d7f10683f696dc82abff3a36665e (patch)
tree58498bf06d05f9c111c8d58034e3b19327ea84c3 /install.sh
parent15ef4a7122acf90d7af8c8c24eca4671c1f3302f (diff)
Add line breaks after user prompts in install.sh
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/install.sh b/install.sh
index 9bed6e1d..b368891c 100755
--- a/install.sh
+++ b/install.sh
@@ -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