mirror of
https://github.com/openappsec/attachment.git
synced 2025-11-15 17:02:15 +03:00
Create prepare_attachment.sh
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user