|
|
|
|
67
|
fi
|
67
|
fi
|
68
|
exit 7348
|
68
|
exit 7348
|
69
|
fi
|
69
|
fi
|
70
|
- apt-get -yq install libgfshare-bin gnupg
|
|
|
71
|
gfcombine /home/$key_username/.gnupg_fragments/keyshare*
|
70
|
gfcombine /home/$key_username/.gnupg_fragments/keyshare*
|
72
|
if [ ! "$?" = "0" ]; then
|
71
|
if [ ! "$?" = "0" ]; then
|
73
|
if [ $key_interactive ]; then
|
72
|
if [ $key_interactive ]; then
|
|
|
|
|
262
|
fi
|
261
|
fi
|
263
|
|
262
|
|
264
|
# try to recover the key from the servers
|
263
|
# try to recover the key from the servers
|
265
|
- apt-get -yq install libgfshare-bin gnupg
|
|
|
266
|
${PROJECT_NAME}-recoverkey -u $MY_USERNAME -l $REMOTE_SERVERS_LIST
|
264
|
${PROJECT_NAME}-recoverkey -u $MY_USERNAME -l $REMOTE_SERVERS_LIST
|
267
|
if [ ! "$?" = "0" ]; then
|
265
|
if [ ! "$?" = "0" ]; then
|
268
|
dialog --title $"Encryption Keys Recovery" --msgbox $'Your key could not be recovered' 6 70
|
266
|
dialog --title $"Encryption Keys Recovery" --msgbox $'Your key could not be recovered' 6 70
|