From 6a697de91cca53f2c41794814ba223762c72a60e Mon Sep 17 00:00:00 2001 From: Max Choi-Deyoung <34784905+maxchoid@users.noreply.github.com> Date: Mon, 16 Jul 2018 18:18:42 -0400 Subject: [PATCH] Update cloud9_install.sh --- cloud9_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud9_install.sh b/cloud9_install.sh index b87cd3c..cd3f8f0 100644 --- a/cloud9_install.sh +++ b/cloud9_install.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -echo "[C9Setup] Installing PostGreSQL, redis, and creating titan db table" +echo "[C9Setup] Installing postgresql, redis, and creating titan db table" cd ~/workspace/ sudo service postgresql start psql -c "CREATE DATABASE titan WITH ENCODING 'UTF8' TEMPLATE template0"