U_totptui.sh
This commit is contained in:
parent
4dee7757a5
commit
181385efa0
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Fichier CSV contenant les données des comptes
|
# 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
|
# Vérifie si le fichier CSV existe
|
||||||
if [[ ! -f "$CSV_FILE" ]]; then
|
if [[ ! -f "$CSV_FILE" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue