diff options
| author | 2025-10-29 14:20:21 -0400 | |
|---|---|---|
| committer | 2025-10-29 14:20:21 -0400 | |
| commit | 342f1dcf115f998cbb5d27c5593e215b01e5b7a4 (patch) | |
| tree | 0cf3b25183d4e0e0081dae237f0d9b7a17f8e5d6 /hosts/moyo/scripts/export-nfs | |
| parent | 544da1ba50d9cbf51a18ca0abf1db66b3baa7460 (diff) | |
| download | dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.gz dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.tar.bz2 dotfiles-342f1dcf115f998cbb5d27c5593e215b01e5b7a4.zip | |
Finish adding files from new moyo, misc updates
Diffstat (limited to 'hosts/moyo/scripts/export-nfs')
| -rwxr-xr-x | hosts/moyo/scripts/export-nfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hosts/moyo/scripts/export-nfs b/hosts/moyo/scripts/export-nfs index 3643fa3..c09433a 100755 --- a/hosts/moyo/scripts/export-nfs +++ b/hosts/moyo/scripts/export-nfs @@ -1,2 +1,2 @@ #! /usr/bin/env sh -sudo exportfs -o rw,async,insecure,no_subtree_check,crossmnt -i 192.168.0.0/16:$1 +exportfs -o rw,async,insecure,no_subtree_check,crossmnt -i 192.168.0.0/16:$1 |