#!/bin/bash

[ -f /etc/mysql/conf.d/mysql_mode.cnf ] && rm -f /etc/mysql/conf.d/mysql_mode.cnf

exit 0
