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

secure custom folders

parent 0cddd014
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