mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
BugFi
This commit is contained in:
+3
-3
@@ -49,9 +49,9 @@ echo "Starting..."
|
||||
|
||||
cwd=$(pwd)
|
||||
echo "Database ..."
|
||||
pkill -ef fhctest &
|
||||
sudo -u postgres psql template1 -c 'DROP DATABASE IF EXISTS fhctest;'
|
||||
echo "Database fhctest dropped!"
|
||||
#pkill -ef fhctest &
|
||||
#sudo -u postgres psql template1 -c 'DROP DATABASE IF EXISTS fhctest;'
|
||||
#echo "Database fhctest dropped!"
|
||||
sudo -u postgres createdb -O fhcomplete fhctest
|
||||
|
||||
echo "Installing FH-Complete..."
|
||||
|
||||
Reference in New Issue
Block a user