Code review comment for lp:~jose/charms/precise/tracks/fixes

Revision history for this message
Cory Johns (johnsca) wrote :

One small issue remaining: http://pastebin.ubuntu.com/7422057/

Looks like [[ "$PORT" < 1025 ]] should be [[ "$PORT" -lt 1025 ]]

« Back to merge proposal