fix: Use uppercase SYS for NFS security

This commit is contained in:
devmatrix 2026-02-16 13:55:53 +00:00
parent a2d063b328
commit e8cfc81f89
1 changed files with 1 additions and 1 deletions

View File

@ -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)"