#!/bin/bash

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