Check that monkeysphere server keys exist
This commit is contained in:
parent
1f276cb232
commit
72ed2b2cc9
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue