Typo in script/server

This commit is contained in:
Raphael 2010-10-13 11:07:26 -07:00
parent 9e27c802c3
commit 9898c8b158

View file

@ -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
}