secure custom folders
rodzic
0cddd014b2
commit
435471777c
|
@ -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