From bd097e9920191f6f11871e7874f359cb8f4f4686 Mon Sep 17 00:00:00 2001 From: Paminger Date: Wed, 27 Apr 2016 17:10:09 +0200 Subject: [PATCH] Neuer Versuch --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3bec42bb8..66ac0dfea 100755 --- a/install.sh +++ b/install.sh @@ -50,7 +50,7 @@ echo "Starting..." cwd=$(pwd) echo "Database ..." pkill -f fhctest & -sudo -u postgres psql template1 -c 'DROP DATABASE IF EXISTS fhctest;' +sudo -u postgres psql template1 -c 'DROP DATABASE IF EXISTS fhctest;' 2>&1 ; echo "DB fhctest dropped!" sudo -u postgres createdb -O fhcomplete fhctest echo "Installing FH-Complete..."