mirror of
https://github.com/openappsec/attachment.git
synced 2025-09-27 10:18:47 +03:00
Create prepare_attachment.sh
This commit is contained in:
parent
6b5ba69c13
commit
76a3f1386c
@ -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
|
Loading…
x
Reference in New Issue
Block a user