Update teamlixo.proxy.addon.sh

This commit is contained in:
Manevolent 2023-04-23 20:08:58 -06:00 committed by GitHub
parent 83c5f9653d
commit 1d40562424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,5 @@ 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