Spotter-VM/mariadb/uninstall.sh

9 lines
83 B
Bash
Executable File

#!/bin/sh
set -ev
# Remove service
rm -f /etc/init.d/mariadb
rc-update -u
exit 0