From 60601b2f4c51eb892f9c20a11a3601a5373204d7 Mon Sep 17 00:00:00 2001
From: Jerome Charaoui <jerome@riseup.net>
Date: Sun, 14 Jan 2018 18:56:06 -0500
Subject: [PATCH] [borg] consistent default in helper encryption section

---
 handlers/borg.helper.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/handlers/borg.helper.in b/handlers/borg.helper.in
index 5c489d5..b2f0e22 100644
--- a/handlers/borg.helper.in
+++ b/handlers/borg.helper.in
@@ -105,8 +105,8 @@ do_borg_dest() {
 
 do_borg_enc() {
    radioBox "$borg_title" "Encryption mode" \
-       "none"     "no encryption and no authentication" off \
-       "repokey"  "encryption with a passphrase" on
+       "none"     "no encryption and no authentication" on \
+       "repokey"  "encryption with a passphrase" off
    [ $? = 1 ] && return;
    borg_encryption="$REPLY"
 
-- 
GitLab