Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Variable $RRPLY #9

Open
mangelsnc opened this issue Jun 30, 2024 · 0 comments
Open

Variable $RRPLY #9

mangelsnc opened this issue Jun 30, 2024 · 0 comments

Comments

@mangelsnc
Copy link

Hola!

Creo que tienes un typo en el script de inicialización. En la línea 43 tienes lo siguiente:

echo "$RRPLY No es una opcion valida"

Creo que te refieres a la variable $REPLY, a la que Bash asigna el valor de la entrada a read si no se le especifica una variable de destino.

De todos modos, como en la línea 18 has puesto esto:

read -p "[*] Elige una opcion: " opc1

$REPLY no tendrá valor, así que sería mejor hacer:

echo "$opc1 No es una opcion valida"

He visto este typo en otros repositorios tuyos, por si quieres modificarlo.

Saludos!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant