We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38c05ca + 1141ba1 commit a54444bCopy full SHA for a54444b
root/etc/s6-overlay/s6-rc.d/init-samples/run
@@ -12,10 +12,10 @@ find /defaults/nginx/ \
12
-maxdepth 1 \
13
-name "*.conf.sample" \
14
-type f \
15
- -exec cp "{}" /config/nginx/ +
+ -exec cp "{}" /config/nginx/ \;
16
17
find /defaults/nginx/site-confs/ \
18
19
20
21
- -exec cp "{}" /config/nginx/site-confs/ +
+ -exec cp "{}" /config/nginx/site-confs/ \;
0 commit comments