Function name
This commit is contained in:
parent
e1cca214bf
commit
39bb9075c1
|
@ -820,7 +820,7 @@ function remove_tor_bridge {
|
||||||
--msgbox $"Bridge removed" 6 40
|
--msgbox $"Bridge removed" 6 40
|
||||||
}
|
}
|
||||||
|
|
||||||
function menu_security_settings {
|
function menu_tor_bridges {
|
||||||
data=$(tempfile 2>/dev/null)
|
data=$(tempfile 2>/dev/null)
|
||||||
trap "rm -f $data" 0 1 2 5 15
|
trap "rm -f $data" 0 1 2 5 15
|
||||||
dialog --backtitle $"Freedombone Control Panel" \
|
dialog --backtitle $"Freedombone Control Panel" \
|
||||||
|
|
Loading…
Reference in New Issue