mirror of
https://github.com/Karaka-Management/Build.git
synced 2026-02-14 17:58:41 +00:00
Fix password
This commit is contained in:
parent
1a2afca03a
commit
32692638e0
|
|
@ -4,8 +4,8 @@
|
||||||
. config.sh
|
. config.sh
|
||||||
|
|
||||||
# Setting up database for demo and testing
|
# Setting up database for demo and testing
|
||||||
mysql -e 'drop database if exists oms;' -u ${DB_USER} -p${DB_PASSWORD}
|
mysql -e 'drop database if exists oms;' -u ${DB_USER} --password="${DB_PASSWORD}"
|
||||||
mysql -e 'create database oms;' -u ${DB_USER} -p${DB_PASSWORD}
|
mysql -e 'create database oms;' -u ${DB_USER} --password="${DB_PASSWORD}"
|
||||||
|
|
||||||
# Build js
|
# Build js
|
||||||
#. Js/build.sh
|
#. Js/build.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user