Compare commits

...

2 Commits

Author SHA1 Message Date
Adam
65621a9ba3 Merge pull request #200 from linuxserver/lsiown-master 2022-11-13 15:34:22 +00:00
TheSpad
5f0e71b743 Use lsiown for init 2022-11-12 14:23:13 +00:00

View File

@@ -11,10 +11,10 @@ fi
# chown download directory if currently not set to abc
if [[ -d /downloads ]]; then
if [[ "$(stat -c '%U' /downloads)" != "abc" ]]; then
chown -R abc:abc /downloads
lsiown -R abc:abc /downloads
fi
fi
# permissions
chown -R abc:abc \
lsiown -R abc:abc \
/config