
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: I2542bf23435d3dbe5e399f1c938f3c9d879ed9ba
8 lines
74 B
Bash
Executable File
8 lines
74 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
|
|
sudo mysql -u root << EOF
|
|
DROP DATABASE neutron;
|
|
EOF
|