snap-glance/tests/glance_cleanup.sh

8 lines
84 B
Bash
Executable File

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