Update teamlixo.proxy.addon.sh

This commit is contained in:
Manevolent 2023-04-23 19:41:28 -06:00 committed by GitHub
parent 9d5fef9b9e
commit 04e8d24824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,6 @@
set +e set +e
# Varnish rm -v -rf $config_out/proxy-frontend/*
# Remove existing configuration find proxy-frontend -type d | xargs -I '{}' mkdir --verbose -p $config_out/{}
rm -v -rf $config_out/varnish/* find proxy-frontend -type f | sed -e "s@proxy-frontend/@@g" | xargs -I '{}' cp --verbose proxy-frontend/{} $config_out/proxy-frontend/{}
find varnish -type d | xargs -I '{}' mkdir --verbose -p $config_out/{}
find varnish -type f | sed -e "s@varnish/@@g" | xargs -I '{}' cp --verbose varnish/{} $config_out/varnish/{}