Skip to content

Commit

Permalink
Fix echo one more time [build]
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Oct 13, 2023
1 parent 905bba0 commit 20f0250
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 @@ -347,7 +347,6 @@ else
read port
if [ "$port" = "" ]; then
port=20000
echo ""
fi
fi
if [ $port -lt 1 ]; then
Expand All @@ -369,7 +368,7 @@ else
exit 13
fi
fi

echo ""
# Ask the user if SSL should be used
if [ "$ssl" = "" ]; then
ssl=0
Expand Down

0 comments on commit 20f0250

Please sign in to comment.