Skip to content

Commit

Permalink
Revert "Fix to add new line as port always default [build]"
Browse files Browse the repository at this point in the history
This reverts commit 44cb838.
  • Loading branch information
iliajie committed Oct 13, 2023
1 parent 232c72b commit 02bd795
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,7 @@ 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)"
echo ""
printf "Web server port (default 20000): "
if [ "$port" = "" ]; then
read port
if [ "$port" = "" ]; then
Expand Down

0 comments on commit 02bd795

Please sign in to comment.