From 44cb838a461968742ca9d4f38720d3577ee64324 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Fri, 13 Oct 2023 16:13:10 +0300 Subject: [PATCH] Fix to add new line as port always default [build] --- setup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index feb5d6c2..8e0538a7 100755 --- a/setup.sh +++ b/setup.sh @@ -342,7 +342,8 @@ else echo " web server already using this port." echo " - If the web server should use SSL (if your system supports it)." echo "" - printf "Web server port (default 20000): " + printf "Web server port (default 20000)" + echo "" if [ "$port" = "" ]; then read port if [ "$port" = "" ]; then