mirror of
https://github.com/linuxserver/docker-nextcloud.git
synced 2026-06-03 09:57:35 +00:00
Merge pull request #364 from linuxserver/fix-lsiown
Fix lsiown -R order
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user