diff options
author | irinagomez <vagrant@ogAdministrator> | 2020-03-17 07:51:33 +0000 |
---|---|---|
committer | irinagomez <vagrant@ogAdministrator> | 2020-03-17 07:51:33 +0000 |
commit | 4d9240ce27f86bb8b0bd76bec6ea397fa186232e (patch) | |
tree | be4d4c3d6771c19d4a025530c70c383a8e4a9758 | |
parent | 46eee4148b92d3218dfe47544623018db540a77b (diff) |
Revert "#969 New branch will create for images tree."
This reverts commit e3047a32128908fba03e498e372535c52ade7bc4.
-rwxr-xr-x | installer/opengnsys_uninstall.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/installer/opengnsys_uninstall.sh b/installer/opengnsys_uninstall.sh index e0df8f8a..264ef71e 100755 --- a/installer/opengnsys_uninstall.sh +++ b/installer/opengnsys_uninstall.sh @@ -100,8 +100,6 @@ 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* |