fix: Use uppercase SYS for NFS security
This commit is contained in:
parent
a2d063b328
commit
e8cfc81f89
|
|
@ -80,7 +80,7 @@ create_nfs_share() {
|
|||
\"maproot_group\": \"root\",
|
||||
\"mapall_user\": \"\",
|
||||
\"mapall_group\": \"\",
|
||||
\"security\": [\"sys\"]
|
||||
\"security\": ["SYS"]
|
||||
}" > /dev/null
|
||||
|
||||
echo "✓ Created NFS share: $name ($path)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue