Skip to content
Snippets Groups Projects
Commit 7fcac065 authored by Bob Mottram's avatar Bob Mottram
Browse files

Clear first

parent 6e6f2a19
No related branches found
No related tags found
No related merge requests found
...@@ -752,12 +752,12 @@ function store_passwords { ...@@ -752,12 +752,12 @@ function store_passwords {
} }
function show_tor_bridges { function show_tor_bridges {
clear
bridges_list=$(grep "Bridge " /etc/tor/torrc | grep -v '##') bridges_list=$(grep "Bridge " /etc/tor/torrc | grep -v '##')
if [ ${#bridges_list} -eq 0 ]; then if [ ${#bridges_list} -eq 0 ]; then
echo $'No Tor bridges have been added' echo $'No Tor bridges have been added'
return return
fi fi
clear
echo "${bridges_list}" echo "${bridges_list}"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment