From 905bba059b377ea3693aca75efc6c699c3000293 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 13 Oct 2023 17:09:49 +0300 Subject: [PATCH] Fix to add new line as port always default (right way) [build] --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index feb5d6c2..e426008c 100755 --- a/setup.sh +++ b/setup.sh @@ -347,6 +347,7 @@ else read port if [ "$port" = "" ]; then port=20000 + echo "" fi fi if [ $port -lt 1 ]; then