diff --git a/src/freedombone-config b/src/freedombone-config index c89ce275..33cf07ee 100755 --- a/src/freedombone-config +++ b/src/freedombone-config @@ -14,7 +14,7 @@ # License # ======= # -# Copyright (C) 2015-2016 Bob Mottram +# Copyright (C) 2015-2017 Bob Mottram # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by diff --git a/src/freedombone-utils-keys b/src/freedombone-utils-keys index cd5f72b5..49b23358 100755 --- a/src/freedombone-utils-keys +++ b/src/freedombone-utils-keys @@ -240,6 +240,7 @@ function interactive_key_recovery { ${PROJECT_NAME}-recoverkey -u $MY_USERNAME if [ -d /home/$MY_USERNAME/.gnupg ]; then cp -rf /home/$MY_USERNAME/.gnupg /root + GPG_KEYS_IMPORTED='yes' fi }