Skip to content
Snippets Groups Projects
90-custom-folders 193 B
#!/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}