Comments
This commit is contained in:
parent
60a9924298
commit
3f91711e93
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue