
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
8 lines
77 B
Bash
Executable File
8 lines
77 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
sudo mysql -u root << EOF
|
|
DROP DATABASE glance;
|
|
EOF"""
|