finger01: fix grep command

'grep "*:finger"' doesn't work with netstat output such as:

tcp6   0   0 [::]:finger    [::]:*    LISTEN

Use 'grep ":finger"' which always works.

Signed-off-by: Simon Xu <xu.simon@oracle.com>
1 file changed