Always create a backup key

This commit is contained in:
Bob Mottram 2015-12-22 19:27:32 +00:00
parent 578a2bf357
commit 81a550cfaa
1 changed files with 0 additions and 3 deletions

View File

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