[borg] consistent default in helper encryption section

This commit is contained in:
Jerome Charaoui 2018-01-14 18:56:06 -05:00
parent a02a598bb5
commit 60601b2f4c

View File

@ -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"