diff options
Diffstat (limited to 'hosts/moyo/scripts/export-nfs')
| -rwxr-xr-x | hosts/moyo/scripts/export-nfs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/moyo/scripts/export-nfs b/hosts/moyo/scripts/export-nfs new file mode 100755 index 0000000..230f49d --- /dev/null +++ b/hosts/moyo/scripts/export-nfs @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +sudo exportfs -o rw,async,insecure,no_subtree_check -i 192.168.0.0/16:$1 |