#!/bin/bash

if [ ! -f "/usr/sbin/rpcbind" ]; then
    >&2 echo "rpcbind is not installed"
fi
