This commit is contained in:
parent
3ee2e223a9
commit
0a5172c286
|
@ -13,7 +13,7 @@ print_help() {
|
||||||
}
|
}
|
||||||
|
|
||||||
if ! command -v showmount &> /dev/null; then
|
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
|
exit 3
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue