Merge pull request #73 from linuxserver/3.13-custom

secure custom folders
This commit is contained in:
aptalca 2021-06-16 16:38:36 -04:00 committed by GitHub
commit 50880db4aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,5 @@
#!/usr/bin/with-contenv bash
# create custom folders and secure permissions
mkdir -p /config/{custom-cont-init.d,custom-services.d}
chown -R 0:0 /config/{custom-cont-init.d,custom-services.d}