#!/bin/sh
# Is root on nfs?
set -e
grep -q " / nfs" /proc/mounts
