Pārlūkot izejas kodu

Check that monkeysphere server keys exist

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
72ed2b2cc9
Revīzijas autora e-pasts nav piesaistīts nevienam kontam
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4
    0
      src/freedombone-controlpanel-user

+ 4
- 0
src/freedombone-controlpanel-user Parādīt failu

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