snap-neutron/tests/neutron_cleanup.sh
Pete Vander Giessen 26d6bcb315 Added config files to snap.
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
2017-08-10 19:55:43 +00:00

8 lines
74 B
Bash
Executable File

#!/bin/bash
set -x
sudo mysql -u root << EOF
DROP DATABASE neutron;
EOF