mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +02:00
remove space
This commit is contained in:
@@ -56,7 +56,7 @@ MENU="Choose one of the following options:"
|
|||||||
OPTIONS=()
|
OPTIONS=()
|
||||||
plus=""
|
plus=""
|
||||||
if [ "${runBehindTor}" = "on" ]; then
|
if [ "${runBehindTor}" = "on" ]; then
|
||||||
plus=" / tor"
|
plus="/ tor"
|
||||||
fi
|
fi
|
||||||
if [ ${#dynDomain} -gt 0 ]; then
|
if [ ${#dynDomain} -gt 0 ]; then
|
||||||
plus="/ ${dynDomain} ${plus}"
|
plus="/ ${dynDomain} ${plus}"
|
||||||
|
Reference in New Issue
Block a user