소스 검색

Function name

Bob Mottram 8 년 전
부모
커밋
39bb9075c1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-sec

+ 1
- 1
src/freedombone-sec 파일 보기

@@ -820,7 +820,7 @@ function remove_tor_bridge {
820 820
            --msgbox $"Bridge removed" 6 40
821 821
 }
822 822
 
823
-function menu_security_settings {
823
+function menu_tor_bridges {
824 824
     data=$(tempfile 2>/dev/null)
825 825
     trap "rm -f $data" 0 1 2 5 15
826 826
     dialog --backtitle $"Freedombone Control Panel" \