Fix ordering of options for lsiown

This commit is contained in:
Anagh Kumar Baranwal 2024-09-03 12:43:30 +05:30 committed by GitHub
parent 4e96653f26
commit 603e86d095
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@ PUID=${PUID:-911}
if [[ ! "$(stat -c %u /config/Library)" == "${PUID}" ]]; then if [[ ! "$(stat -c %u /config/Library)" == "${PUID}" ]]; then
echo "Change in ownership detected, please be patient while we chown existing files" echo "Change in ownership detected, please be patient while we chown existing files"
echo "This could take some time" echo "This could take some time"
lsiown abc:abc -R \ lsiown -R abc:abc \
/config/Library /config/Library
fi fi