|
|
|
|
135
|
fi
|
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
|
for d in /home/*/ ; do
|
141
|
for d in /home/*/ ; do
|
140
|
USERNAME=$(echo "$d" | awk -F '/' '{print $3}')
|
142
|
USERNAME=$(echo "$d" | awk -F '/' '{print $3}')
|
141
|
if [[ $USERNAME != "git" ]]; then
|
143
|
if [[ $USERNAME != "git" ]]; then
|