Skip to content

Commit

Permalink
Fix to add new line as port always default (right way) [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 13, 2023
1 parent 02bd795 commit 905bba0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ else
read port
if [ "$port" = "" ]; then
port=20000
echo ""
fi
fi
if [ $port -lt 1 ]; then
Expand Down

0 comments on commit 905bba0

Please sign in to comment.