Hi All,\
We are facing an issue in the dev environment, where repoint script is not working.
We have productfeed folder created inside /etc, now the scheduler has been created to save in this path.
but it is not working in dev environment.
I have added a configuration-
org.apache.sling.jcr.repoinit.RepositoryInitializer-project.config
scripts=[
"
create service user systemuser
set ACL for systemuser
allow jcr:read on /etc restriction(rep:glob,/productfeed)
allow jcr:write on /etc restriction(rep:glob,/productfeed)
end
"
]
Thanks,
Prince