Skip to content
Snippets Groups Projects
Unverified Commit 34af931c authored by aptalca's avatar aptalca Committed by GitHub
Browse files

Merge pull request #71 from linuxserver/focal-custom

secure custom folders
parents 17ee7404 43547177
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