Update teamlixo.proxy.addon.sh

This commit is contained in:
Manevolent 2023-04-24 16:12:19 -06:00 committed by GitHub
parent 708411ef1d
commit cc468ac1fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,3 @@ set +e
rm -v -rf $config_out/proxy-frontend/*
find proxy-frontend -type d | xargs -I '{}' mkdir --verbose -p $config_out/{}
find proxy-frontend -type f | sed -e "s@proxy-frontend/@@g" | xargs -I '{}' cp --verbose proxy-frontend/{} $config_out/proxy-frontend/{}
chmod +x $config_out/proxy-frontend/entry/*.sh