add clear

This commit is contained in:
rootzoll
2021-09-20 19:36:22 +02:00
parent b34d88812e
commit 927ad37dad

View File

@@ -56,10 +56,10 @@ if [ "$1" = "menu" ]; then
# other options (dont set sphinxrelay_connection) # other options (dont set sphinxrelay_connection)
echo "OK - keep as it is" echo "OK - keep as it is"
fi fi
clear
elif [ "${sphinxrelay_connection}" == "tor" ]; then 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 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
clear
fi fi
extraPairInfo="" extraPairInfo=""