set correct uid for kodi

This commit is contained in:
Lillian Violet 2024-12-08 22:53:08 +01:00
parent fb3291ec12
commit cdb1e80062

View file

@ -94,7 +94,7 @@
what = "https://nextcloud.gladtherescake.eu/remote.php/dav/files/GLaDTheresCake"; what = "https://nextcloud.gladtherescake.eu/remote.php/dav/files/GLaDTheresCake";
where = "/home/kodi/nextcloud"; where = "/home/kodi/nextcloud";
options = "uid=1004,gid=100,file_mode=0664,dir_mode=2775"; options = "uid=1002,gid=100,file_mode=0664,dir_mode=2775";
type = "davfs"; type = "davfs";
} }
]; ];