#!/bin/bash

. ${TOOLKIT}-functions.sh

$SOMETHING_CHANGED && {
	mount -t nfs4 -a || :
}

exit 0
