Create teamlixo.proxy.addon.sh#!
This commit is contained in:
parent
74c3740216
commit
8bcf2b68b9
9
teamlixo.proxy.addon.sh#!
Normal file
9
teamlixo.proxy.addon.sh#!
Normal 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/{}
|
Loading…
x
Reference in New Issue
Block a user