diff --git a/Inspection/inspect.sh b/Inspection/inspect.sh index cb34766..edd95e8 100755 --- a/Inspection/inspect.sh +++ b/Inspection/inspect.sh @@ -3,7 +3,10 @@ # Include config . config.sh -# Setting up database for demo and testing +# Setup database +echo "#################################################" +echo "Setup database" +echo "#################################################" mysql -e 'drop database if exists oms;' -u ${DB_USER} --password="${DB_PASSWORD}" mysql -e 'create database oms;' -u ${DB_USER} --password="${DB_PASSWORD}"