Enable rsync for /etc/update.d
When it is needed to do a /etc/update.d rsync between controllers, rsync does not find this folder. This commit adds /etc/update.d directory to rsync scope Test-plan: PASS: rsync a /etc/update.d content between controllers Story: 2010676 Task: 51299 Change-Id: I2a68091704518a4cae8507351c23e4a84d1ea027 Signed-off-by: Lindley Vieira <lindley.vieira@windriver.com>
This commit is contained in:
parent
bd0b9e00db
commit
1af68256ca
@ -55,3 +55,9 @@ read only = yes
|
||||
comment = Helm chart repo
|
||||
uid = root
|
||||
read only = no
|
||||
|
||||
[update_scripts]
|
||||
path = /etc/update.d
|
||||
comment = Patch activate scripts
|
||||
uid = root
|
||||
read only = no
|
||||
|
Loading…
x
Reference in New Issue
Block a user