From cf0271dbc0ddcabcb10535445777007f1b0c7554 Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Sat, 28 Jun 2014 23:28:58 +0530 Subject: [PATCH] removed our postgresql startup message --- init | 1 - 1 file changed, 1 deletion(-) diff --git a/init b/init index 1e82189..84ef95c 100755 --- a/init +++ b/init @@ -39,5 +39,4 @@ if [ -f /var/lib/postgresql/pwfile ]; then echo "|------------------------------------------------------------------|" fi -echo "Starting PostgreSQL server..." /etc/init.d/postgresql start && tail -F /var/log/postgresql/postgresql-9.1-main.log