Compare commits

...

3 Commits

Author SHA1 Message Date
LinuxServer-CI 67f864c7b9 Bot Updating Package Versions 2024-04-18 22:03:11 +00:00
aptalca 3f885d0415
Merge pull request #472 from linuxserver/find
fix find for gnu
2024-04-18 17:59:23 -04:00
aptalca 280c4bde4b
fix find for gnu 2024-04-18 15:53:44 -04:00
2 changed files with 10 additions and 9 deletions

View File

@ -11,7 +11,7 @@ alpine-keys 2.4-r1 apk
alpine-release 3.19.1-r0 apk
aom-libs 3.7.1-r0 apk
apache2-utils 2.4.59-r0 apk
apk-tools 2.14.3-r1 apk
apk-tools 2.14.4-r0 apk
apr 1.7.4-r0 apk
apr-util 1.6.3-r1 apk
argon2-libs 20190702-r5 apk
@ -23,8 +23,8 @@ azure-mgmt-core 1.4.0 python
azure-mgmt-dns 8.1.0 python
bash 5.2.21-r0 apk
beautifulsoup4 4.12.3 python
boto3 1.34.84 python
botocore 1.34.84 python
boto3 1.34.87 python
botocore 1.34.87 python
brotli-libs 1.1.0-r1 apk
bs4 0.0.2 python
busybox 1.36.1-r15 apk
@ -101,6 +101,7 @@ fail2ban 1.0.2 python
fail2ban 1.0.2-r3 apk
fail2ban-pyc 1.0.2-r3 apk
filelock 3.13.4 python
findutils 4.9.0-r5 apk
fontconfig 2.14.2-r4 apk
freetype 2.13.2-r0 apk
future 1.0.0 python
@ -116,7 +117,7 @@ gnupg-utils 2.4.4-r0 apk
gnupg-wks-client 2.4.4-r0 apk
gnutls 3.8.4-r0 apk
google-api-core 2.18.0 python
google-api-python-client 2.125.0 python
google-api-python-client 2.126.0 python
google-auth 2.29.0 python
google-auth-httplib2 0.2.0 python
googleapis-common-protos 1.63.0 python
@ -306,16 +307,16 @@ pyRFC3339 1.1 python
pyacmedns 0.4 python
pyasn1 0.6.0 python
pyasn1_modules 0.4.0 python
pyc 3.11.8-r0 apk
pyc 3.11.9-r0 apk
pycparser 2.22 python
pyotp 2.9.0 python
pyparsing 3.1.2 python
python-dateutil 2.9.0.post0 python
python-digitalocean 1.17.0 python
python-transip 0.6.0 python
python3 3.11.8-r0 apk
python3-pyc 3.11.8-r0 apk
python3-pycache-pyc0 3.11.8-r0 apk
python3 3.11.9-r0 apk
python3-pyc 3.11.9-r0 apk
python3-pycache-pyc0 3.11.9-r0 apk
pytz 2024.1 python
readline 8.2.1-r2 apk
requests 2.31.0 python

View File

@ -9,5 +9,5 @@ if [[ -d /defaults/nginx/proxy-confs/ ]]; then
-maxdepth 1 \
-name "*.conf.sample" \
-type f \
-exec cp "{}" /config/nginx/proxy-confs/ +
-exec cp "{}" /config/nginx/proxy-confs/ \;
fi