
This is part of a transition to storing the config files in the snap, rather than in snapstack. Also updated .gitignore to ignore emacs temp files and snapcraft cruft. Change-Id: I30a5421faec0a976741f3dd0d5452f2437e19503
8 lines
75 B
Bash
8 lines
75 B
Bash
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
sudo mysql -u root << EOF
|
|
DROP DATABASE keystone;
|
|
EOF
|