cc53faeb9b
Change-Id: I59972187ef145434cef75b2616e8999e6e572c57
8 lines
124 B
Bash
Executable File
8 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
source localrc
|
|
|
|
echo Creating database: ord
|
|
mysql -uroot -p$MYSQL_PASSWORD < ./ranger-agent-db.sql
|
|
|
|
echo Done !
|