nodes/kunsi-t470: fix scansnap mount path
This commit is contained in:
parent
79facf2409
commit
d756e3daf8
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ nodes['kunsi-t470'] = {
|
||||||
'mounts': {
|
'mounts': {
|
||||||
'nas-scansnap': {
|
'nas-scansnap': {
|
||||||
'mountpoint': '/mnt/scansnap',
|
'mountpoint': '/mnt/scansnap',
|
||||||
'serverpath': '172.19.138.20:/srv_scansnap',
|
'serverpath': '172.19.138.20:/srv/scansnap',
|
||||||
'mount_options': {
|
'mount_options': {
|
||||||
'retry=0',
|
'retry=0',
|
||||||
'rw',
|
'rw',
|
||||||
|
|
Loading…
Add table
Reference in a new issue