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]