Skip to content
Snippets Groups Projects
Commit 60601b2f authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

[borg] consistent default in helper encryption section

parent a02a598b
Branches
Tags
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment