From 43798a051eb2a63767175b3c4002daefda9afc17 Mon Sep 17 00:00:00 2001 From: Djan GICQUEL <> Date: Mon, 4 Jul 2022 19:40:14 +0200 Subject: [PATCH] =?UTF-8?q?correction=20de=20l'erreur=20de=20cr=C3=A9ation?= =?UTF-8?q?=20de=20d=C3=A9p=C3=B4t=20chiffr=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile-manager.sh | 1 + 1 file changed, 1 insertion(+) 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é"