From 040651022a5fd89851b860ef09d0c7ebf15929d3 Mon Sep 17 00:00:00 2001 From: irinagomez Date: Tue, 17 Mar 2020 08:30:25 +0000 Subject: #964 Redoing change @7d8d8af deleted by mistake. --- installer/opengnsys_uninstall.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installer/opengnsys_uninstall.sh b/installer/opengnsys_uninstall.sh index 264ef71e..e0df8f8a 100755 --- a/installer/opengnsys_uninstall.sh +++ b/installer/opengnsys_uninstall.sh @@ -100,6 +100,8 @@ EOT # Borrar el fichero temporal de credenciales. rm -f $MYCNF fi +# Eliminar plantilla MySQL. +rm -f /etc/{mysql/mysql.conf.d,my.conf.d}/mysqld-og.cnf # Quitar configuración específica de Apache. [ -n "$(which a2dissite 2>/dev/null)" ] && a2dissite opengnsys rm -f /etc/{apache2/{sites-available,sites-enabled},httpd/conf.d}/opengnsys* -- cgit v1.2.3-18-g5258