A TYPO3 extension that integrates the Apache Solr search server with TYPO3 CMS. dkd Internet Service GmbH is developing the extension. Community contributions are welcome. See CONTRIBUTING.md for details.
GNU General Public License v3.0
137
stars
252
forks
source link
[FIX] Rename file to fix execution order issue #3837 #4219
This PR renames the file as-sudo-tweaks.sh to 0_as-sudo-tweaks.sh to fix the execution order issue when setting the correct file permissions when starting the docker container, leading to a Operation not permitted error. More details see https://github.com/TYPO3-Solr/ext-solr/issues/3837#issuecomment-2461668377.
Fixes: #3837
I tested the solution with v12.0.5, the issue probably exists since v11.6.0.
What this pr does
This PR renames the file
as-sudo-tweaks.sh
to0_as-sudo-tweaks.sh
to fix the execution order issue when setting the correct file permissions when starting the docker container, leading to aOperation not permitted
error. More details see https://github.com/TYPO3-Solr/ext-solr/issues/3837#issuecomment-2461668377.Fixes: #3837
I tested the solution with v12.0.5, the issue probably exists since v11.6.0.