From b3ddc8efbb4d1e257c07a1a0b74f9bc48a1a4133 Mon Sep 17 00:00:00 2001 From: tteckster Date: Fri, 13 May 2022 19:38:42 -0400 Subject: [PATCH] Update postgresql-install.sh --- setup/postgresql-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/postgresql-install.sh b/setup/postgresql-install.sh index c90e7867..43b8ed1a 100644 --- a/setup/postgresql-install.sh +++ b/setup/postgresql-install.sh @@ -80,7 +80,6 @@ msg_ok "Setup PostgreSQL Repository" msg_info "Installing PostgreSQL" apt-get update &>/dev/null apt-get install -y postgresql &>/dev/null -msg_ok "Installed PostgreSQL" cat < /etc/postgresql/14/main/pg_hba.conf # PostgreSQL Client Authentication Configuration File @@ -967,6 +966,7 @@ include_dir = 'conf.d' # include files ending in '.conf' from EOF sudo systemctl restart postgresql +msg_ok "Installed PostgreSQL" msg_info "Installing Adminer" sudo apt install adminer -y &>/dev/null