Use lsiown for init

This commit is contained in:
TheSpad
2022-11-12 14:23:56 +00:00
parent 23f7ef7167
commit a80250f2ea

View File

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