Merge pull request #364 from linuxserver/fix-lsiown

Fix lsiown -R order
This commit is contained in:
quietsy
2023-09-18 17:01:45 +03:00
committed by GitHub
@@ -91,7 +91,7 @@ if [ -f /config/www/nextcloud/config/needs_migration ] || [ -f /tmp/needs_instal
echo "Setting permissions"
lsiown abc:abc /data
lsiown abc:abc -R \
lsiown -R abc:abc \
/app/www/public \
/config/www/nextcloud