mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-07-26 08:05:35 -04:00
fix find for gnu
This commit is contained in:
parent
59e7865464
commit
280c4bde4b
1 changed files with 1 additions and 1 deletions
|
@ -9,5 +9,5 @@ if [[ -d /defaults/nginx/proxy-confs/ ]]; then
|
||||||
-maxdepth 1 \
|
-maxdepth 1 \
|
||||||
-name "*.conf.sample" \
|
-name "*.conf.sample" \
|
||||||
-type f \
|
-type f \
|
||||||
-exec cp "{}" /config/nginx/proxy-confs/ +
|
-exec cp "{}" /config/nginx/proxy-confs/ \;
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue