This commit is contained in:
Bob Mottram 2015-12-09 16:17:39 +00:00
parent 60a9924298
commit 3f91711e93
1 changed files with 3 additions and 1 deletions

View File

@ -135,7 +135,9 @@ function restore_database_from_friend {
fi
}
# Social key management
# Social key management. Note that because this a restore from only
# one domain you are only going to download a single fragment for each gpg key.
# To recover all fragments use the recoverkey command
for d in /home/*/ ; do
USERNAME=$(echo "$d" | awk -F '/' '{print $3}')
if [[ $USERNAME != "git" ]]; then