diff --git a/profile-manager.sh b/profile-manager.sh index f2e0023..e315317 100755 --- a/profile-manager.sh +++ b/profile-manager.sh @@ -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 $borg_repo" repo_status="chiffré"