remove space

This commit is contained in:
rootzoll 2021-09-06 19:38:17 +02:00
parent 23c158dc2d
commit 636311c15d

View file

@ -56,7 +56,7 @@ MENU="Choose one of the following options:"
OPTIONS=()
plus=""
if [ "${runBehindTor}" = "on" ]; then
plus=" / tor"
plus="/ tor"
fi
if [ ${#dynDomain} -gt 0 ]; then
plus="/ ${dynDomain} ${plus}"