From 9a04861284f068d67c3b53ec42736c7d5c74bf24 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Fri, 23 Feb 2018 13:31:50 +0100 Subject: [PATCH] Update buildProject.sh --- buildProject.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/buildProject.sh b/buildProject.sh index 0a239a1..766c251 100644 --- a/buildProject.sh +++ b/buildProject.sh @@ -8,11 +8,6 @@ cd ${ROOT_PATH} -# Setting up database for demo and testing -mysql -e 'drop database if exists oms;' -u ${DB_USER} -p${DB_PASSWORD} -mysql -e 'create database oms;' -u ${DB_USER} -p${DB_PASSWORD} -#echo "USE mysql;\nUPDATE user SET password=PASSWORD('123456') WHERE user='root';\nFLUSH PRIVILEGES;\n" | mysql -u root - # Run inspection . Inspection/inspect.sh