Mise à jour de 'importer.sh'

This commit is contained in:
Dryusdan 2020-05-26 09:21:07 +02:00
parent 9713c2a8bf
commit e072ab1c0c
1 changed files with 2 additions and 0 deletions

View File

@ -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]