mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-18 23:42:17 +00:00
Neuer Versuch
This commit is contained in:
+1
-1
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user