From 72134d53a6198409c9548f7e0d4d8c52f59c9290 Mon Sep 17 00:00:00 2001 From: ramon Date: Mon, 8 Nov 2010 12:46:21 +0000 Subject: Corrección erratas en instalador y desinstalador. Adaptación de actualizador a los últimos cambios. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/trunk@1332 a21b9725-9963-47de-94b9-378ad31fedc9 --- installer/opengnsys_uninstall.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'installer/opengnsys_uninstall.sh') diff --git a/installer/opengnsys_uninstall.sh b/installer/opengnsys_uninstall.sh index a057bc0b..9fbfbcbb 100644 --- a/installer/opengnsys_uninstall.sh +++ b/installer/opengnsys_uninstall.sh @@ -25,7 +25,8 @@ fi if test $DROP; then mysql -u root -p"$MYSQLROOT" <<<"DROP DATABASE ogBDAdmin;" 2>/dev/null mysql -u root -p"$MYSQLROOT" <<<"DROP DATABASE ogAdmBD;" 2>/dev/null - mysql -u root -p"$MYSQLROOT" <<<"DROP USER usuog;" 2>/dev/null + mysql -u root -p"$MYSQLROOT" <<<"DROP USER 'usuog';" 2>/dev/null + mysql -u root -p"$MYSQLROOT" <<<"DROP USER 'usuog'@'localhost';" 2>/dev/null fi # Eliminar ficheros. echo "Deleting OpenGnSys files." -- cgit v1.2.3-18-g5258