6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
#!/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}
|