Create prepare_attachment.sh

This commit is contained in:
Daniel-Eisenberg 2025-08-20 23:58:23 +03:00 committed by GitHub
parent 6b5ba69c13
commit 76a3f1386c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,8 @@
#!/bin/bash
set -x
echo "Preparing shared Envoy attachment files..."
mkdir -p /envoy/attachment/shared && \
cp -r /envoy/attachment/lib* /envoy/attachment/shared && \
cp /envoy/attachment/versions/$ENVOY_VERSION/lib* /envoy/attachment/shared