Bob Mottram 9 lat temu
rodzic
commit
3f91711e93
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3
    1
      src/freedombone-restore-remote

+ 3
- 1
src/freedombone-restore-remote Wyświetl plik

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