From 636311c15db0791d75077070e76461e0b86c8672 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 6 Sep 2021 19:38:17 +0200 Subject: [PATCH] remove space --- home.admin/00mainMenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index 5911a4067..f22366d03 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -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}"