snap-gnocchi/tests/gnocchi_cleanup.sh

8 lines
84 B
Bash
Executable File

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