Skip to content

Commit

Permalink
fix: Error reading /opt/alfresco/tomcat/shared/classes/config/default…
Browse files Browse the repository at this point in the history
…s/transform/pipelines/.gitkeep
  • Loading branch information
swollner committed Nov 14, 2024
1 parent 393d9c8 commit e39a5cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -380,6 +380,8 @@ grep -q '^[#]*\s*alfresco-pdf-renderer\.exe=' "${alfProps}" || echo 'alfresco-pd

sed -i -r 's|^[#]*\s*local\.transform\.pipeline\.config\.dir=.*|local.transform.pipeline.config.dir='"$ALF_HOME/tomcat/shared/classes/config/defaults/transform/pipelines|" "${alfProps}"
grep -q '^[#]*\s*local\.transform\.pipeline\.config\.dir=' "${alfProps}" || echo "local.transform.pipeline.config.dir=$ALF_HOME/tomcat/shared/classes/config/defaults/transform/pipelines" >>"${alfProps}"
# fix: Error reading /opt/alfresco/tomcat/shared/classes/config/defaults/transform/pipelines/.gitkeep
rm -f "$ALF_HOME/tomcat/shared/classes/config/default/transform/pipelines/.gitkeep"

sed -i -r 's|^[#]*\s*ooo\.exe=.*|ooo.exe=|' "${alfProps}"
grep -q '^[#]*\s*ooo\.exe=' "${alfProps}" || echo "ooo.exe=" >>"${alfProps}"
Expand Down

0 comments on commit e39a5cd

Please sign in to comment.