Skip to content
Snippets Groups Projects
Commit 127d6431 authored by Bob Mottram's avatar Bob Mottram
Browse files

Exit from key loading loop

parent c1bd5c96
No related branches found
No related tags found
No related merge requests found
......@@ -133,6 +133,7 @@ function interactive_gpg_from_usb {
chmod -R 600 /home/$MY_USERNAME/.gnupg/*
chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.gnupg
fi
GPG_LOADING="no"
dialog --title $"Recover Encryption Keys" \
--msgbox $"GPG Keyring loaded to $HOME_DIR from master keydrive" 6 70
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment