File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
root/etc/s6-overlay/s6-rc.d/init-mod-nginx-proxy-confs-setup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# shellcheck shell=bash
33
44###
5- # SWAG LOGIC https://github.com/linuxserver/docker-swag/blob/master/root/etc/cont-init.d/50-config
5+ # SWAG LOGIC https://github.com/linuxserver/docker-swag/blob/master/root/etc/s6-overlay/s6-rc.d
66###
77
88# make our folders and links
@@ -17,7 +17,7 @@ if [[ -d /defaults/nginx/proxy-confs/ ]]; then
1717 -maxdepth 1 \
1818 -name "*.conf.sample" \
1919 -type f \
20- -exec cp "{}" /config/nginx/proxy-confs/ +
20+ -exec cp "{}" /config/nginx/proxy-confs/ \;
2121fi
2222
2323# copy reverse proxy configs
@@ -28,5 +28,5 @@ if [[ ! -f /config/nginx/proxy.conf ]]; then
2828 cp /defaults/nginx/proxy.conf.sample /config/nginx/proxy.conf
2929fi
3030# permissions
31- chown -R abc:abc \
31+ lsiown -R abc:abc \
3232 /config/nginx/{proxy.conf,ssl.conf,dhparams.pem,proxy-confs/}
You can’t perform that action at this time.
0 commit comments