233e1c204b
Change-Id: I3006fa24fb093c071f988260db5393fd4d40cfac
8 lines
85 B
Bash
8 lines
85 B
Bash
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
sudo mysql -u root << EOF
|
|
DROP DATABASE IF EXISTS keystone;
|
|
EOF
|