correction de l'erreur de création de dépôt chiffré

This commit is contained in:
Djan GICQUEL 2022-07-04 19:40:14 +02:00
parent 145894091a
commit 43798a051e
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ Si vous ne chiffrez pas le dépôt, les données qu'il contient seront librement
"
if [ "$?" = "0" ];then
export BORG_PASSPHRASE=""
borg init --encryption=keyfile "$borg_repo" | ZenityPulsate
zenity $W --info --text "Un nouveau dépôt chiffré a été généré dans <tt>$borg_repo</tt>"
repo_status="chiffré"