Skip to content

Commit

Permalink
Merge pull request #472 from linuxserver/find
Browse files Browse the repository at this point in the history
fix find for gnu
  • Loading branch information
aptalca authored Apr 18, 2024
2 parents 59e7865 + 280c4bd commit 3f885d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/etc/s6-overlay/s6-rc.d/init-samples-config/run
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 3f885d0

Please sign in to comment.