From 3ae93df91df43c401cf22409026efd6fc1ad1842 Mon Sep 17 00:00:00 2001 From: Paminger Date: Wed, 27 Apr 2016 17:21:48 +0200 Subject: [PATCH] BugFix --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 66ac0dfea..70bdae763 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;' 2>&1 ; echo "DB fhctest dropped!" +sudo -u postgres psql template1 -c 'DROP DATABASE IF EXISTS fhctest;' ; echo "DB fhctest dropped!" sudo -u postgres createdb -O fhcomplete fhctest echo "Installing FH-Complete..."