From 6080aadf495057fb37a7eb573d6b4a53570d8eaf Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 13 Feb 2023 22:15:04 +0100 Subject: [PATCH 1/2] whiptail one line --- home.admin/config.scripts/bonus.sphinxrelay.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home.admin/config.scripts/bonus.sphinxrelay.sh b/home.admin/config.scripts/bonus.sphinxrelay.sh index 6ade00144..dcf6d9cc2 100755 --- a/home.admin/config.scripts/bonus.sphinxrelay.sh +++ b/home.admin/config.scripts/bonus.sphinxrelay.sh @@ -132,8 +132,7 @@ MAINMENU > SUBSCRIBE > IP2TOR > SPHINX" BUT TO MAKE THIS WORK:\n It needs an additional Domain with LetsEncrypt certificate for HTTPS: Go MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain\n (or cancel the IP2Tor & just use sphinx within local network)" - whiptail --title " Warning " \ - --msgbox "${text}" 15 72 + whiptail --title " Warning " --msgbox "${text}" 15 72 exit 0 fi From 0a4a6feab0b30bcebbc2e0e7bd38f8138c9166bc Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 13 Feb 2023 22:17:28 +0100 Subject: [PATCH 2/2] fix syntax --- home.admin/config.scripts/bonus.sphinxrelay.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/bonus.sphinxrelay.sh b/home.admin/config.scripts/bonus.sphinxrelay.sh index dcf6d9cc2..5348810b0 100755 --- a/home.admin/config.scripts/bonus.sphinxrelay.sh +++ b/home.admin/config.scripts/bonus.sphinxrelay.sh @@ -107,7 +107,7 @@ iOS support is native, Android needs Orbot" text="${text}\n At the moment your Sphinx Relay Server is just available within the local network - without transport encryption. -Local server for test & debug: ${publicURL}/app"#\n +Local server for test & debug: ${publicURL}/app#\n To enable easy reachability from the outside consider adding a IP2TOR Bridge and reconnect: MAINMENU > SUBSCRIBE > IP2TOR > SPHINX"