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

Merge pull request #72 from linuxserver/bionic-custom

secure custom folders
parents 3cb86cc2 4c8fd3b3
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