diff --git a/scripts/docs_templating.sh b/scripts/docs_templating.sh index 8468a971..e2cc3f94 100755 --- a/scripts/docs_templating.sh +++ b/scripts/docs_templating.sh @@ -39,6 +39,8 @@ do done # Ensure this script is executable -chmod +x docs/modules/opensearch/examples/getting_started/getting_started.sh +chmod +x "docs/modules/opa/examples/getting_started/getting_started.sh" \ + || chmod +x "docs/modules/opa/examples/getting_started/code/getting_started.sh" \ + || true echo "done"