From e072ab1c0c59b90dd92ed30830f09653b858eeb5 Mon Sep 17 00:00:00 2001 From: Dryusdan Date: Tue, 26 May 2020 09:21:07 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'importer.sh'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- importer.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/importer.sh b/importer.sh index e23e5cd..79f9a04 100644 --- a/importer.sh +++ b/importer.sh @@ -38,6 +38,8 @@ do info "Run boobank and extract csv" if [ ${needinteract} == "true" ] && [ ${INTERACTIVE} = true ] then + info "Unlock with 2fa" + ${BOOBANK_BIN} -b ${backend} list ${BOOBANK_BIN} -b ${backend} history ${id} -n ${minfetch} -f csv -O ${TRANSACTION_PATH}/${outputname} else if [ ${needinteract} == "true" ] && [ ${INTERACTIVE} = false]