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