snap-glance/tests/glance_cleanup.sh
Pete Vander Giessen 493a7aeb96 Added config files to snap.
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: Ic32b6e6b3665db9a43878b91c9288a408c8a8c0e
2017-08-10 19:27:32 +00:00

8 lines
77 B
Bash
Executable File

#!/bin/bash
set -ex
sudo mysql -u root << EOF
DROP DATABASE glance;
EOF"""