fix find for gnu

This commit is contained in:
aptalca 2024-04-18 15:53:44 -04:00
parent 59e7865464
commit 280c4bde4b
No known key found for this signature in database
GPG Key ID: BE36CFFB9FD85548
1 changed files with 1 additions and 1 deletions

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