From 81a550cfaa5442d92918925726f29c1c56893ccf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 22 Dec 2015 19:27:32 +0000 Subject: [PATCH] Always create a backup key --- src/freedombone | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/freedombone b/src/freedombone index e8eda6ca..6cf4ed7a 100755 --- a/src/freedombone +++ b/src/freedombone @@ -4730,9 +4730,6 @@ function configure_gpg { } function configure_backup_key { - if [[ $SYSTEM_TYPE == "$VARIANT_CHAT" || $SYSTEM_TYPE == "$VARIANT_MEDIA" || $SYSTEM_TYPE == "$VARIANT_NONMAILBOX" || $SYSTEM_TYPE == "$VARIANT_MESH" ]]; then - return - fi if grep -Fxq "configure_backup_key" $COMPLETION_FILE; then return fi