mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
remove space
This commit is contained in:
parent
23c158dc2d
commit
636311c15d
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||
|
|
Loading…
Add table
Reference in a new issue