mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
clear after dialog
This commit is contained in:
parent
3c702138ad
commit
b34d88812e
1 changed files with 2 additions and 1 deletions
|
@ -56,7 +56,8 @@ if [ "$1" = "menu" ]; then
|
|||
# other options (dont set sphinxrelay_connection)
|
||||
echo "OK - keep as it is"
|
||||
fi
|
||||
|
||||
clear
|
||||
|
||||
elif [ "${sphinxrelay_connection}" == "tor" ]; then
|
||||
dialog --title " Tor Info " --msgbox "\nYou are using Sphinx App over Tor. If you want to try other options you need to deinstall & reinstall the Sphinx Relay." 10 40
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue