snap-glance/tests/glance_cleanup.sh

8 lines
77 B
Bash
Executable File

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