diff --git a/updateMods.sh b/updateMods.sh index 247a373..84e3786 100644 --- a/updateMods.sh +++ b/updateMods.sh @@ -37,6 +37,3 @@ if [ -d "$SOURCE" ]; then else echo "No se encontrĂ³ la carpeta $SOURCE" fi - -# Equivalent to pause (wait for user input before closing) -read -rp "Presiona Enter para salir..."