From 20f0250e27c5ff61d477a26e615cd79331ab5c78 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 13 Oct 2023 17:23:27 +0300 Subject: [PATCH] Fix echo one more time [build] --- setup.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index e426008c..a6e2c916 100755 --- a/setup.sh +++ b/setup.sh @@ -347,7 +347,6 @@ else read port if [ "$port" = "" ]; then port=20000 - echo "" fi fi if [ $port -lt 1 ]; then @@ -369,7 +368,7 @@ else exit 13 fi fi - + echo "" # Ask the user if SSL should be used if [ "$ssl" = "" ]; then ssl=0