cronological order
This commit is contained in:
parent
e4084956a2
commit
f82fa22be8
1 changed files with 12 additions and 9 deletions
|
@ -80,15 +80,6 @@ files = {
|
|||
'directory:/etc/nextcloud',
|
||||
],
|
||||
},
|
||||
'/opt/nextcloud/rescan': {
|
||||
'owner': 'www-data',
|
||||
'group': 'www-data',
|
||||
'mode': '550',
|
||||
'needs': [
|
||||
'directory:/opt/nextcloud',
|
||||
'action:extract_nextcloud',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
# SETUP
|
||||
|
@ -141,3 +132,15 @@ actions['nextcloud_add_missing_inidces'] = {
|
|||
f'action:extract_nextcloud',
|
||||
],
|
||||
}
|
||||
|
||||
# RESCAN
|
||||
|
||||
files['/opt/nextcloud/rescan'] = {
|
||||
'owner': 'www-data',
|
||||
'group': 'www-data',
|
||||
'mode': '550',
|
||||
'needs': [
|
||||
'directory:/opt/nextcloud',
|
||||
'action:extract_nextcloud',
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue