Check that monkeysphere server keys exist

This commit is contained in:
Bob Mottram 2016-05-04 16:34:12 +01:00
parent 1f276cb232
commit 72ed2b2cc9
No known key found for this signature in database
GPG Key ID: BA68F26108DC9F87
1 changed files with 4 additions and 0 deletions

View File

@ -822,6 +822,10 @@ function menu_admin {
}
function sign_keys {
if [ ! -f /home/$USER/.monkeysphere/server_keys ]; then
return
fi
dialog --title $"Monkeysphere sign server keys" \
--backtitle $"Freedombone Security Configuration" \
--defaultno \