fix mode
This commit is contained in:
@@ -13,7 +13,7 @@ in {
|
|||||||
paths = [{
|
paths = [{
|
||||||
path = "${serverCfg.path.config.path}/immich";
|
path = "${serverCfg.path.config.path}/immich";
|
||||||
dirs = ["cache" "thumbs" "encoded-video"];
|
dirs = ["cache" "thumbs" "encoded-video"];
|
||||||
mode = "0750";
|
mode = "0755";
|
||||||
}{
|
}{
|
||||||
path = "${serverCfg.path.data.path}/immich/";
|
path = "${serverCfg.path.data.path}/immich/";
|
||||||
dirs = ["backups"];
|
dirs = ["backups"];
|
||||||
|
|||||||
Reference in New Issue
Block a user