From 181385efa0bd021f53f2493a2e8269a826b9bcfd Mon Sep 17 00:00:00 2001 From: T0MuX Date: Mon, 5 Aug 2024 05:51:34 +0200 Subject: [PATCH] U_totptui.sh --- totptui/totptui.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/totptui/totptui.sh b/totptui/totptui.sh index adbae93..48dc748 100755 --- a/totptui/totptui.sh +++ b/totptui/totptui.sh @@ -1,7 +1,10 @@ #!/bin/bash # Fichier CSV contenant les données des comptes -CSV_FILE="$HOME/Sync/BContact/totp_accounts.csv" +CSV_FILE="$HOME/Sync/Docs/totp_accounts.csv" + +# Si fichier précisé, l'utiliser +if [ ! -z $1 ]; then CSV_FILE="$1"; fi # Vérifie si le fichier CSV existe if [[ ! -f "$CSV_FILE" ]]; then