home.nas: delete macos trash files
This commit is contained in:
parent
d64ee31658
commit
0f7464a413
1 changed files with 1 additions and 0 deletions
|
@ -225,6 +225,7 @@ nodes['home.nas'] = {
|
||||||
'chown -R :nas /storage/nas/',
|
'chown -R :nas /storage/nas/',
|
||||||
r'find /storage/nas/ -type d -exec chmod 0775 {} \;',
|
r'find /storage/nas/ -type d -exec chmod 0775 {} \;',
|
||||||
r'find /storage/nas/ -type f -exec chmod 0664 {} \;',
|
r'find /storage/nas/ -type f -exec chmod 0664 {} \;',
|
||||||
|
'find /storage/nas/ -type f -name "._*" -delete',
|
||||||
],
|
],
|
||||||
'when': '*-*-* 02:00:00',
|
'when': '*-*-* 02:00:00',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue