mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Add even more hints to datadir permission check
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
af78a8ff4c
commit
de64fceab9
1 changed files with 4 additions and 1 deletions
|
|
@ -39,7 +39,10 @@ $(stat -c "%u:%g %a" "$NEXTCLOUD_DATA_DIR")
|
||||||
(userID:groupID permissions)
|
(userID:groupID permissions)
|
||||||
but they should be:
|
but they should be:
|
||||||
33:0 750
|
33:0 750
|
||||||
(userID:groupID permissions)"
|
(userID:groupID permissions)
|
||||||
|
Also make sure that the parent directories on the host of the directory that you've chosen as datadir are publicly readable with e.g. 'sudo chmod +r /mnt' (adjust the command accordingly to your case) and the same for all subdirectories.
|
||||||
|
Additionally, if you want to use a Fuse-mount as datadir, set 'allow_other' as additional mount option.
|
||||||
|
For SMB/CIFS mounts as datadir, see https://github.com/nextcloud/all-in-one#can-i-use-a-cifssmb-share-as-nextclouds-datadir"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
rm "$NEXTCLOUD_DATA_DIR/this-is-a-test-file"
|
rm "$NEXTCLOUD_DATA_DIR/this-is-a-test-file"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue