summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_uninstall.sh
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2017-06-28 08:39:54 +0000
committerramon <ramongomez@us.es>2017-06-28 08:39:54 +0000
commitb6c060715171ad943a140e174592fdbc77cea754 (patch)
tree8a30cb8325f5a1f1dac4dcb8785ebae1ff26cd6d /installer/opengnsys_uninstall.sh
parenta30baf2bb7e15b5c9cb905399c050a7b6c8ff044 (diff)
#730: Actualizar documentación de instalación.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5387 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'installer/opengnsys_uninstall.sh')
-rwxr-xr-xinstaller/opengnsys_uninstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/opengnsys_uninstall.sh b/installer/opengnsys_uninstall.sh
index db63bc16..a9cde989 100755
--- a/installer/opengnsys_uninstall.sh
+++ b/installer/opengnsys_uninstall.sh
@@ -49,7 +49,7 @@ if [ "$(whoami)" != 'root' ]; then
fi
# Solicitar confirmación para la desinstalación de OpenGnsys.
-read -rp "WARNING: Files under $OPENGNSYS directory will be delete. Continue to uninstall? (y/n): " REPLY
+read -rp "WARNING: Files under $OPENGNSYS directory will be removed. Continue to uninstall? (y/n): " REPLY
if [ "${REPLY^^}" != "Y" ]; then
echo "Operation cancelled."
exit 0