Skip to content

Commit

Permalink
Fix to add new line as port always default [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 13, 2023
1 parent 72b544a commit 44cb838
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 44cb838

Please sign in to comment.