summaryrefslogtreecommitdiffstats
path: root/installer/opengnsys_uninstall.sh
diff options
context:
space:
mode:
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