Spotter-VM/mariadb/uninstall.sh

7 lines
74 B
Bash
Executable File

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