From 3027fffd610c954d9d13b9633a6a4808d8000aed Mon Sep 17 00:00:00 2001 From: "Mauro Rosero P." Date: Sat, 15 Mar 2025 13:25:56 -0500 Subject: [PATCH] =?UTF-8?q?[FIXED]=20Corregir=20definici=C3=B3n=20del=20t?= =?UTF-8?q?=C3=ADtulo=20en=20cversadm=5Ftoken.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Modificar la variable title para usar head_000 y head_002 en lugar de valor estático - Asegurar consistencia con el diseño de otros scripts del sistema - Utilizar las variables de mensajes estándar para el título 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- bin/cversadm_token.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cversadm_token.sh b/bin/cversadm_token.sh index e794cba..0ac0f50 100755 --- a/bin/cversadm_token.sh +++ b/bin/cversadm_token.sh @@ -50,7 +50,7 @@ source "${BIN_HOME}/${BIN_BASE}/${BIN_LIBS}/console.lib" load_messages "${BIN_HOME}/${BIN_BASE}" "${BIN_MESG}" "es" "developers" # Variables globales -title="MRDevs Tools" +title="${head_000} ${head_002}" apps_title="${cvmsg_000}" # Función para verificar si SOPS está instalado