Typo in script/server
This commit is contained in:
parent
9e27c802c3
commit
9898c8b158
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ done
|
|||
|
||||
services=$( netstat -nl | grep '[^:]:'$PORT'[ \t]')
|
||||
test -n "$services" && {
|
||||
echo "Warning: something is already using port " + $PORT
|
||||
echo "Warning: something is already using port "$PORT
|
||||
echo " $services"
|
||||
exit
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue