Fix(Choux): remove coma in home vars file
This commit is contained in:
parent
c94e124c92
commit
a69119620d
@ -1,9 +1,9 @@
|
||||
---
|
||||
nas_name: "Songe"
|
||||
nas_nfs:
|
||||
- src: '/export/documents',
|
||||
name: 'Songe_documents',
|
||||
options: '-rw,default,nls=utf8,uid=100,users'
|
||||
- src: '/export/backup',
|
||||
name: 'Songe_backup',
|
||||
options: '-rw,default,nls=utf8,uid=100,users'
|
||||
- src: '/export/documents'
|
||||
name: 'Songe_documents'
|
||||
options: '-rwdefaultnls=utf8uid=100users'
|
||||
- src: '/export/backup'
|
||||
name: 'Songe_backup'
|
||||
options: '-rwdefaultnls=utf8uid=100users'
|
||||
|
Loading…
Reference in New Issue
Block a user