Create teamlixo.proxy.addon.sh#!

This commit is contained in:
Manevolent 2023-04-23 18:12:35 -06:00 committed by GitHub
parent 74c3740216
commit 8bcf2b68b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,9 @@
#!/bin/ash
set +e
# Varnish
# Remove existing configuration
rm -v -rf $config_out/varnish/*
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/{}