Skip to content
Snippets Groups Projects
Commit 4c8fd3b3 authored by aptalca's avatar aptalca
Browse files

secure custom folders

parent 4cc6c2c9
No related branches found
No related tags found
No related merge requests found
#!/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}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment