This commit is contained in:
Cyberes 2024-06-22 20:08:00 -06:00
parent 3ee2e223a9
commit 0a5172c286
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ print_help() {
}
if ! command -v showmount &> /dev/null; then
echo "UNKNOWN - 'showmount' is not installed"
echo "UNKNOWN - 'showmount' is not installed. Try installing 'nfs-common'"
exit 3
fi