From 9417ef6ce408e53a70b1f64e31f4ae3a386b3e90 Mon Sep 17 00:00:00 2001 From: mateuscomh Date: Fri, 18 Oct 2024 08:40:02 -0300 Subject: [PATCH] chore: improve header with special carac. --- shellPass.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shellPass.sh b/shellPass.sh index bfe8437..325e808 100755 --- a/shellPass.sh +++ b/shellPass.sh @@ -56,7 +56,7 @@ _checkType() { echo -e "${BOLD} Enter the TYPE of password complexity you want: ${FECHA} ${ITALIC} 1 - Password only numbers ${FECHA} ${ITALIC} 2 - Password with LeTtErS and numb3rs ${FECHA} - ${ITALIC} 3 - Password with LeTtErS, numb3rs and Speci@l Ch@r@ct&rs ${FECHA}" + ${ITALIC} 3 - Password with LeTtErS, numb3rs and Sp3c1@l Ch@r@ct&rs ${FECHA}" read -rsn 1 TIPO; done }