lauv-aux-rpi: use async nfs server.

This commit is contained in:
Ricardo Martins 2015-06-29 17:23:55 +01:00
parent 756705da70
commit 9c34ddfb81
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ start_nfs_server()
echo "* Exporting NFS filesystems..."
/usr/bin/exportfs \
-o rw,sync,no_root_squash,no_subtree_check \
-o rw,async,no_root_squash,no_subtree_check \
10.0.0.0/16:"$cfg_lauv_storage_dir"
if [ $? -ne 0 ]; then
echo "ERROR: failed to export filesystems."