From 06af4b549203eb1260dba9d044a5204455999ba5 Mon Sep 17 00:00:00 2001 From: Ricardo Martins Date: Thu, 28 Jan 2016 11:52:21 +0000 Subject: [PATCH] lauv-aux-rpi2: hide harmless exportfs error messages. --- systems/lauv-aux-rpi/fs/etc/rc.d/lauv-storage-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/lauv-aux-rpi/fs/etc/rc.d/lauv-storage-server b/systems/lauv-aux-rpi/fs/etc/rc.d/lauv-storage-server index a416e26..2a88d11 100644 --- a/systems/lauv-aux-rpi/fs/etc/rc.d/lauv-storage-server +++ b/systems/lauv-aux-rpi/fs/etc/rc.d/lauv-storage-server @@ -92,7 +92,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..."