lauv-aux: hide harmless exportfs error messages.
This commit is contained in:
parent
daf3745e8d
commit
91ab44c833
@ -98,7 +98,7 @@ start_nfs_server()
|
|||||||
stop_nfs_server()
|
stop_nfs_server()
|
||||||
{
|
{
|
||||||
echo "* Unexporting NFS filesystems..."
|
echo "* Unexporting NFS filesystems..."
|
||||||
exportfs -au
|
exportfs -au 2> /dev/null
|
||||||
echo "* Terminating rpc.mountd..."
|
echo "* Terminating rpc.mountd..."
|
||||||
killall rpc.mountd 2> /dev/null
|
killall rpc.mountd 2> /dev/null
|
||||||
echo "* Terminating rpc.statd..."
|
echo "* Terminating rpc.statd..."
|
||||||
|
Reference in New Issue
Block a user