Fix database issue
This commit is contained in:
parent
37e7a7887c
commit
a8d9ba29f5
1 changed files with 6 additions and 6 deletions
|
|
@ -8,12 +8,12 @@ if [ $? -ne 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#echo "Running create_database.py"
|
echo "Running create_database.py"
|
||||||
#python cognitive_architecture/database/create_database.py
|
python cognitive_architecture/database/create_database.py
|
||||||
#if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
# echo "Error: create_database.py failed"
|
echo "Error: create_database.py failed"
|
||||||
# exit 1
|
exit 1
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
# Start Gunicorn
|
# Start Gunicorn
|
||||||
echo "Starting Gunicorn"
|
echo "Starting Gunicorn"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue