lauv-aux: hide harmless exportfs error messages.

This commit is contained in:
Ricardo Martins 2016-01-28 11:52:16 +00:00
parent daf3745e8d
commit 91ab44c833

View File

@ -98,7 +98,7 @@ start_nfs_server()
stop_nfs_server()
{
echo "* Unexporting NFS filesystems..."
exportfs -au
exportfs -au 2> /dev/null
echo "* Terminating rpc.mountd..."
killall rpc.mountd 2> /dev/null
echo "* Terminating rpc.statd..."