fix(scripts): chemins KeePass — Racine/ pour export CSV, sans préfixe pour show

This commit is contained in:
MaksTinyWorkshop
2026-03-26 17:37:07 +01:00
parent 8079bb50df
commit bc7309ee1e
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ EOF
title="${title//\"/}"
password="${password//\"/}"
[[ "$group" != "global" && "$group" != "global/"* ]] && continue
[[ "$group" != "Racine/global" && "$group" != "Racine/global/"* ]] && continue
local var_name="$title"
if ! printf '%s' "$var_name" | grep -Eq '^[A-Z_][A-Z0-9_]*$'; then