Merge pull request #71 from linuxserver/focal-custom
secure custom folderspull/76/head focal-ded9e631-ls43
commit
34af931c25
|
@ -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}
|
Ładowanie…
Reference in New Issue