#!/bin/sh set -eu if mount | grep -qE "on /export" ; then echo "true" else echo "false" fi